diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-21 17:32:40 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:16:04 +0000 |
commit | 0089a68e847b8ed25730ee22a3206ddd2e53c83a (patch) | |
tree | 30fccb807c73c31523a22d2c4a503cdcdadd4bf3 /dev-haskell/xhtml | |
parent | dev-haskell/x509-validation: keyword 1.6.11 for ~ppc64 (diff) | |
download | gentoo-0089a68e847b8ed25730ee22a3206ddd2e53c83a.tar.gz gentoo-0089a68e847b8ed25730ee22a3206ddd2e53c83a.tar.bz2 gentoo-0089a68e847b8ed25730ee22a3206ddd2e53c83a.zip |
dev-haskell/xhtml: keyword 3000.2.2.1 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/xhtml')
-rw-r--r-- | dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild b/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild index 984aa1b8eac1..25dd3b2995a5 100644 --- a/dev-haskell/xhtml/xhtml-3000.2.2.1.ebuild +++ b/dev-haskell/xhtml/xhtml-3000.2.2.1.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,11 +14,11 @@ 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-lang/ghc-8.4.2:=" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" -CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:8.10.5 PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:9999" +CABAL_CORE_LIB_GHC_PV="PM:8.4.2_rc1 PM:8.4.2 PM:8.4.3 PM:8.4.4 PM:8.6.1 PM:8.6.2 PM:8.6.3 PM:8.6.4 PM:8.6.5 PM:8.8.1 PM:8.8.2 PM:8.8.3 PM:8.8.4 PM:8.8.4-r1 PM:8.10.1 PM:8.10.2 PM:8.10.3 PM:8.10.4 PM:8.10.4-r1 PM:8.10.5 PM:8.10.5-r1 PM:9.0.1 PM:9.0.1-r1 PM:9.0.2 PM:9999" |