diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-07 23:31:26 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-07 23:53:34 +0100 |
commit | 8ca8d3d7fb7bd3f08818316cf101514de14a5d02 (patch) | |
tree | df57bc195ea19fb3d8b2dbe36183f4f923329875 /dev-haskell/ghc-paths | |
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-haskell/ghc-paths')
-rw-r--r-- | dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild index bfe1e0199186..2eaacd92bdb9 100644 --- a/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.12-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= diff --git a/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild b/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild index 49230cd4ec0a..fcf3e44bde1e 100644 --- a/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild +++ b/dev-haskell/ghc-paths/ghc-paths-0.1.0.9.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2:=" |