From: Ulrich Müller Date: Mon, 13 May 2019 20:38:13 +0000 (+0200) Subject: app-emacs/ess: Add test restriction. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d1ef7ff55befc2d0406b2d3dcc6df3278becc772;p=gentoo.git 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 --- 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"