diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-13 22:38:13 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-13 22:41:47 +0200 |
commit | d1ef7ff55befc2d0406b2d3dcc6df3278becc772 (patch) | |
tree | c7925a9fc994f83a14ae412a0bb993d996c3fd2b /app-emacs/ess | |
parent | sys-kernel/gentoo-sources: stables on sparc (diff) | |
download | gentoo-d1ef7ff55befc2d0406b2d3dcc6df3278becc772.tar.gz gentoo-d1ef7ff55befc2d0406b2d3dcc6df3278becc772.tar.bz2 gentoo-d1ef7ff55befc2d0406b2d3dcc6df3278becc772.zip |
app-emacs/ess: Add test restriction.
Some tests with R fail. In addition, dev-lang/R isn't keyworded
on all arches. Restricting tests for now.
Closes: https://bugs.gentoo.org/639950
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/ess')
-rw-r--r-- | app-emacs/ess/ess-17.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/ess/ess-17.11.ebuild b/app-emacs/ess/ess-17.11.ebuild index 6cda31d72ab8..8b9c7b08b5a7 100644 --- a/app-emacs/ess/ess-17.11.ebuild +++ b/app-emacs/ess/ess-17.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,7 @@ SRC_URI="http://ess.r-project.org/downloads/ess/${P}.tgz" LICENSE="GPL-2+ GPL-3+ Texinfo-manual" SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos" +RESTRICT="test" DEPEND="app-text/texi2html virtual/latex-base" |