Skip to content

Commit

Permalink
dev-lang/ghc: restore RESTRICT="!test? ( test )"
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Jan 11, 2020
1 parent ae822c6 commit a25d39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-lang/ghc/ghc-8.6.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions dev-lang/ghc/ghc-8.8.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a25d39e

Please sign in to comment.