commit: a25d39ed354344f05971b2fc9edc7cda48847cda
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 18:57:05 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 18:58:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25d39ed
dev-lang/ghc: restore RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-lang/ghc/ghc-8.6.5.ebuild | 2 +-
dev-lang/ghc/ghc-8.8.1.ebuild | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-lang/ghc/ghc-8.6.5.ebuild b/dev-lang/ghc/ghc-8.6.5.ebuild
index 01a7fa8dbb3..2e4e523c095 100644
--- a/dev-lang/ghc/ghc-8.6.5.ebuild
+++ b/dev-lang/ghc/ghc-8.6.5.ebuild
@@ -77,8 +77,8 @@ SLOT="0/${PV}"
# to be rekeyworded when most of revdeps are updated
#KEYWORDS="~amd64 ~x86"
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile
test"
-RESTRICT="!test? ( test )"
IUSE+=" binary"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lang/perl-5.6.1
diff --git a/dev-lang/ghc/ghc-8.8.1.ebuild b/dev-lang/ghc/ghc-8.8.1.ebuild
index 7144fcb04da..7b8c9321190 100644
--- a/dev-lang/ghc/ghc-8.8.1.ebuild
+++ b/dev-lang/ghc/ghc-8.8.1.ebuild
@@ -77,6 +77,7 @@ SLOT="0/${PV}"
KEYWORDS=""
IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile
test"
IUSE+=" binary"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-lang/perl-5.6.1