Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/
Date: Sat, 11 Jan 2020 18:58:21
Message-Id: 1578769089.a25d39ed354344f05971b2fc9edc7cda48847cda.slyfox@gentoo
1 commit: a25d39ed354344f05971b2fc9edc7cda48847cda
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 18:57:05 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 18:58:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a25d39ed
7
8 dev-lang/ghc: restore RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-lang/ghc/ghc-8.6.5.ebuild | 2 +-
14 dev-lang/ghc/ghc-8.8.1.ebuild | 1 +
15 2 files changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-lang/ghc/ghc-8.6.5.ebuild b/dev-lang/ghc/ghc-8.6.5.ebuild
18 index 01a7fa8dbb3..2e4e523c095 100644
19 --- a/dev-lang/ghc/ghc-8.6.5.ebuild
20 +++ b/dev-lang/ghc/ghc-8.6.5.ebuild
21 @@ -77,8 +77,8 @@ SLOT="0/${PV}"
22 # to be rekeyworded when most of revdeps are updated
23 #KEYWORDS="~amd64 ~x86"
24 IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test"
25 -RESTRICT="!test? ( test )"
26 IUSE+=" binary"
27 +RESTRICT="!test? ( test )"
28
29 RDEPEND="
30 >=dev-lang/perl-5.6.1
31
32 diff --git a/dev-lang/ghc/ghc-8.8.1.ebuild b/dev-lang/ghc/ghc-8.8.1.ebuild
33 index 7144fcb04da..7b8c9321190 100644
34 --- a/dev-lang/ghc/ghc-8.8.1.ebuild
35 +++ b/dev-lang/ghc/ghc-8.8.1.ebuild
36 @@ -77,6 +77,7 @@ SLOT="0/${PV}"
37 KEYWORDS=""
38 IUSE="big-endian doc elfutils ghcbootstrap ghcmakebinary +gmp numa profile test"
39 IUSE+=" binary"
40 +RESTRICT="!test? ( test )"
41
42 RDEPEND="
43 >=dev-lang/perl-5.6.1