diff options
author | 2020-08-07 23:31:26 +0100 | |
---|---|---|
committer | 2020-08-07 23:53:34 +0100 | |
commit | 8ca8d3d7fb7bd3f08818316cf101514de14a5d02 (patch) | |
tree | df57bc195ea19fb3d8b2dbe36183f4f923329875 /dev-lang/ghc/ghc-7.8.4.ebuild | |
parent | media-fonts/font-util: Fix homepage (diff) | |
download | gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.tar.gz gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.tar.bz2 gentoo-8ca8d3d7fb7bd3f08818316cf101514de14a5d02.zip |
*/*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdeps
dev-lang/ghc was not being kept up to date consistently for quite a
while. We'll still try to build ppc64 BE/LE binaries for it
but no promise of keywords.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/ghc/ghc-7.8.4.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-7.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild index a8b740d67a78..dd6149e21e70 100644 --- a/dev-lang/ghc/ghc-7.8.4.ebuild +++ b/dev-lang/ghc/ghc-7.8.4.ebuild @@ -65,7 +65,7 @@ S="${WORKDIR}"/${GHC_P} SRC_URI+=" https://dev.gentoo.org/~slyfox/distfiles/${P}-ia64-CLOSUREs-regenerated.patch.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp" IUSE+=" binary" IUSE+=" elibc_glibc" # system stuff |