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/async | |
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/async')
-rw-r--r-- | dev-haskell/async/async-2.0.1.4.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/async/async-2.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/async/async-2.1.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/async/async-2.0.1.4.ebuild b/dev-haskell/async/async-2.0.1.4.ebuild index 9ef9e1b70bb7..58d1d69cb3f0 100644 --- a/dev-haskell/async/async-2.0.1.4.ebuild +++ b/dev-haskell/async/async-2.0.1.4.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 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="" RDEPEND=">=dev-haskell/stm-2.2:=[profile?] diff --git a/dev-haskell/async/async-2.0.2.ebuild b/dev-haskell/async/async-2.0.2.ebuild index f2f34492085d..58316ae61c1b 100644 --- a/dev-haskell/async/async-2.0.2.ebuild +++ b/dev-haskell/async/async-2.0.2.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 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-2.5:=[profile?] diff --git a/dev-haskell/async/async-2.1.1.ebuild b/dev-haskell/async/async-2.1.1.ebuild index c68b14516154..8a366fecb68d 100644 --- a/dev-haskell/async/async-2.1.1.ebuild +++ b/dev-haskell/async/async-2.1.1.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 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=">=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-2.5:=[profile?] |