diff options
author | matoro <matoro@users.noreply.github.com> | 2022-07-24 19:26:36 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-30 06:58:22 +0100 |
commit | 998bb8295329c5dbdd6a9a685051dfa53e6c858e (patch) | |
tree | 7fddc5bb68ffa826c5f8ae804d356c09df1d8763 /dev-haskell/crypto-cipher-types | |
parent | dev-haskell/securemem: keyword 0.1.10 for ~ppc64 (diff) | |
download | gentoo-998bb8295329c5dbdd6a9a685051dfa53e6c858e.tar.gz gentoo-998bb8295329c5dbdd6a9a685051dfa53e6c858e.tar.bz2 gentoo-998bb8295329c5dbdd6a9a685051dfa53e6c858e.zip |
dev-haskell/crypto-cipher-types: keyword 0.0.9 for ~ppc64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/crypto-cipher-types')
-rw-r--r-- | dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild index c1aa468bbc5c..c3896581b898 100644 --- a/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild +++ b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.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-haskell/byteable-0.1.1:=[profile?] |