diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 17:21:05 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:05 +0000 |
commit | 3c6d70f5b026387314dcb638aaa6b23d36ddfb1b (patch) | |
tree | a00783308e25bc1d6767b41dcd13c0aac25be4e4 /dev-haskell/easy-file | |
parent | dev-haskell/doctest: add 0.20.0 (diff) | |
download | gentoo-3c6d70f5b026387314dcb638aaa6b23d36ddfb1b.tar.gz gentoo-3c6d70f5b026387314dcb638aaa6b23d36ddfb1b.tar.bz2 gentoo-3c6d70f5b026387314dcb638aaa6b23d36ddfb1b.zip |
dev-haskell/easy-file: keyword 0.2.2 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/easy-file')
-rw-r--r-- | dev-haskell/easy-file/easy-file-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/easy-file/easy-file-0.2.2.ebuild b/dev-haskell/easy-file/easy-file-0.2.2.ebuild index e396dc548411..d0b4cf303dd5 100644 --- a/dev-haskell/easy-file/easy-file-0.2.2.ebuild +++ b/dev-haskell/easy-file/easy-file-0.2.2.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="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |