diff options
author | 2023-03-15 17:27:56 -0600 | |
---|---|---|
committer | 2023-03-17 18:14:10 +0000 | |
commit | 9defc585598fc4752506eb04e02570a6d9ba2ffd (patch) | |
tree | c457ee6416898b6148c222b109bd5d3db7611cff /dev-haskell/cipher-aes | |
parent | dev-haskell/chell: Stabilize for amd64 (diff) | |
download | gentoo-9defc585598fc4752506eb04e02570a6d9ba2ffd.tar.gz gentoo-9defc585598fc4752506eb04e02570a6d9ba2ffd.tar.bz2 gentoo-9defc585598fc4752506eb04e02570a6d9ba2ffd.zip |
dev-haskell/cipher-aes: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/cipher-aes')
-rw-r--r-- | dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild index bfb1cdbb19e3..de3cd4495cd8 100644 --- a/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild +++ b/dev-haskell/cipher-aes/cipher-aes-0.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="cpu_flags_x86_aes cpu_flags_x86_ssse3" RDEPEND="dev-haskell/byteable:=[profile?] |