diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-12 12:04:01 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:15:33 +0000 |
commit | 9ed38fe9db6d84272ea1ec7594de3aa7c4e9d0ef (patch) | |
tree | 4af8f9bb52edd2c923c4191877966e09f6dcdb99 /dev-haskell/pgp-wordlist | |
parent | dev-haskell/pem: keyword 0.2.4 for ~ppc64 (diff) | |
download | gentoo-9ed38fe9db6d84272ea1ec7594de3aa7c4e9d0ef.tar.gz gentoo-9ed38fe9db6d84272ea1ec7594de3aa7c4e9d0ef.tar.bz2 gentoo-9ed38fe9db6d84272ea1ec7594de3aa7c4e9d0ef.zip |
dev-haskell/pgp-wordlist: keyword 0.1.0.3 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/pgp-wordlist')
-rw-r--r-- | dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.3.ebuild b/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.3.ebuild index 38991ca8a028..143840c447a9 100644 --- a/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.3.ebuild +++ b/dev-haskell/pgp-wordlist/pgp-wordlist-0.1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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="" RESTRICT=test # ambiguous packages: AC-Vector-Fancy vector |