diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-11 18:45:05 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:06 +0000 |
commit | 74c4c9777049e38d6802063a8b22d882983ffc8b (patch) | |
tree | cee47e4b46bf2d3e46ca09b0b5939962f6048682 /dev-haskell/exceptions | |
parent | dev-haskell/errors: keyword 2.3.0 for ~ppc64 (diff) | |
download | gentoo-74c4c9777049e38d6802063a8b22d882983ffc8b.tar.gz gentoo-74c4c9777049e38d6802063a8b22d882983ffc8b.tar.bz2 gentoo-74c4c9777049e38d6802063a8b22d882983ffc8b.zip |
dev-haskell/exceptions: keyword 0.10.4 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/exceptions')
-rw-r--r-- | dev-haskell/exceptions/exceptions-0.10.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/exceptions/exceptions-0.10.4.ebuild b/dev-haskell/exceptions/exceptions-0.10.4.ebuild index bfc8bbcbe39c..349fb81e944b 100644 --- a/dev-haskell/exceptions/exceptions-0.10.4.ebuild +++ b/dev-haskell/exceptions/exceptions-0.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] @@ -31,7 +31,7 @@ DEPEND="${RDEPEND} >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 ) " -CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 PM:9999" src_prepare() { default |