diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-04-07 22:58:58 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-07 22:29:54 +0100 |
commit | 927354d094c29d917377264e19da1248aba80a18 (patch) | |
tree | d7f990f4448030d14db0992dc92a4bbec98e244f /dev-haskell/http | |
parent | x11-wm/xmonad: drop sparc, deps don't build at all (diff) | |
download | gentoo-927354d094c29d917377264e19da1248aba80a18.tar.gz gentoo-927354d094c29d917377264e19da1248aba80a18.tar.bz2 gentoo-927354d094c29d917377264e19da1248aba80a18.zip |
drop haskell on sparc, it doesn't build at all
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/http')
-rw-r--r-- | dev-haskell/http/http-4000.2.17.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/http/http-4000.2.8.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/http/http-4000.2.17.ebuild b/dev-haskell/http/http-4000.2.17.ebuild index 1724d10914cc..1f21c8bb16bf 100644 --- a/dev-haskell/http/http-4000.2.17.ebuild +++ b/dev-haskell/http/http-4000.2.17.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="" RESTRICT=test # missing ia64 alpha keywords for dev-haskell/puremd5 diff --git a/dev-haskell/http/http-4000.2.8.ebuild b/dev-haskell/http/http-4000.2.8.ebuild index aee62ee78022..c8d8d3269d1f 100644 --- a/dev-haskell/http/http-4000.2.8.ebuild +++ b/dev-haskell/http/http-4000.2.8.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~amd64-linux ~ppc-macos ~x86-macos" # hackport-args: --always-disabled='mtl1 network23 old-base warn-as-error' IUSE="" |