diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-11 23:16:30 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:45 +0000 |
commit | b1d4a4fe86569629ff9eebc09a911670794713e7 (patch) | |
tree | 01aee138a73d8e1d8b9d220f2ca6cd58c8c67421 /dev-haskell/string-qq | |
parent | dev-haskell/string-conversions: new package, add 0.4.0.1 (diff) | |
download | gentoo-b1d4a4fe86569629ff9eebc09a911670794713e7.tar.gz gentoo-b1d4a4fe86569629ff9eebc09a911670794713e7.tar.bz2 gentoo-b1d4a4fe86569629ff9eebc09a911670794713e7.zip |
dev-haskell/string-qq: keyword 0.0.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/string-qq')
-rw-r--r-- | dev-haskell/string-qq/string-qq-0.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/string-qq/string-qq-0.0.4.ebuild b/dev-haskell/string-qq/string-qq-0.0.4.ebuild index baa9933a6b9a..a729894aa721 100644 --- a/dev-haskell/string-qq/string-qq-0.0.4.ebuild +++ b/dev-haskell/string-qq/string-qq-0.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 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="public-domain" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |