diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 15:41:38 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:03 +0100 |
commit | 003633990001e885c4989fb93b63a22c9b2c82cf (patch) | |
tree | cefb065a3bcd2c1ba111134cf162cf64e7b4a186 /dev-haskell/puremd5 | |
parent | dev-haskell/pretty-hex: keyword 1.0 for ~ppc64 (diff) | |
download | gentoo-003633990001e885c4989fb93b63a22c9b2c82cf.tar.gz gentoo-003633990001e885c4989fb93b63a22c9b2c82cf.tar.bz2 gentoo-003633990001e885c4989fb93b63a22c9b2c82cf.zip |
dev-haskell/puremd5: keyword 2.1.3 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/puremd5')
-rw-r--r-- | dev-haskell/puremd5/puremd5-2.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/puremd5/puremd5-2.1.3.ebuild b/dev-haskell/puremd5/puremd5-2.1.3.ebuild index ad628660c2cc..b82f654522c8 100644 --- a/dev-haskell/puremd5/puremd5-2.1.3.ebuild +++ b/dev-haskell/puremd5/puremd5-2.1.3.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=8 @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |