app-emacs/ess: Add test restriction.
authorUlrich Müller <ulm@gentoo.org>
Mon, 13 May 2019 20:38:13 +0000 (22:38 +0200)
committerUlrich Müller <ulm@gentoo.org>
Mon, 13 May 2019 20:41:47 +0000 (22:41 +0200)
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>
app-emacs/ess/ess-17.11.ebuild

index 6cda31d72ab8be69a81e6832ff35ca40aef32f6f..8b9c7b08b5a7b3fa6b1c47672991b97c28854b7e 100644 (file)
@@ -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"