diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 18:07:26 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:13 +0100 |
commit | 293a3a04926c710f4a111af848e306466169af4d (patch) | |
tree | 1a85101156f7143fbd38284c7de3e4b6fbb5cb40 /dev-haskell/options | |
parent | dev-haskell/monads-tf: keyword 0.1.0.3 for ~ppc64 (diff) | |
download | gentoo-293a3a04926c710f4a111af848e306466169af4d.tar.gz gentoo-293a3a04926c710f4a111af848e306466169af4d.tar.bz2 gentoo-293a3a04926c710f4a111af848e306466169af4d.zip |
dev-haskell/options: keyword 1.2.1.1 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/options')
-rw-r--r-- | dev-haskell/options/options-1.2.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/options/options-1.2.1.1.ebuild b/dev-haskell/options/options-1.2.1.1.ebuild index a6d4c06bbb96..a530f34fe23c 100644 --- a/dev-haskell/options/options-1.2.1.1.ebuild +++ b/dev-haskell/options/options-1.2.1.1.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RESTRICT=test # circular depends: options[test]->chell->options |