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/httpd-shed | |
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/httpd-shed')
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild index f547e42d4278..67dc776eaad2 100644 --- a/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild +++ b/dev-haskell/httpd-shed/httpd-shed-0.4-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" IUSE="" RDEPEND="dev-haskell/network:=[profile?] diff --git a/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild b/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild index bec141d82def..c3b0b4438889 100644 --- a/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild +++ b/dev-haskell/httpd-shed/httpd-shed-0.4.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos" IUSE="buildexamples +network-uri" RDEPEND=">=dev-lang/ghc-7.4.1:= |