summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhololeap <hololeap@users.noreply.github.com>2023-03-15 17:29:23 -0600
committerSam James <sam@gentoo.org>2023-03-17 18:14:57 +0000
commit1e979fdd4a1c1d2c7b623adb4336ca3c06db87b4 (patch)
tree2a75796bf7714ad9cbf2c4d940cece628339c4df /dev-haskell/cryptonite
parentdev-haskell/cryptohash-sha256: Stabilize for amd64 (diff)
downloadgentoo-1e979fdd4a1c1d2c7b623adb4336ca3c06db87b4.tar.gz
gentoo-1e979fdd4a1c1d2c7b623adb4336ca3c06db87b4.tar.bz2
gentoo-1e979fdd4a1c1d2c7b623adb4336ca3c06db87b4.zip
dev-haskell/cryptonite: 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/cryptonite')
-rw-r--r--dev-haskell/cryptonite/cryptonite-0.28.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cryptonite/cryptonite-0.28.ebuild b/dev-haskell/cryptonite/cryptonite-0.28.ebuild
index 19600b13973d..1a9e58a3808c 100644
--- a/dev-haskell/cryptonite/cryptonite-0.28.ebuild
+++ b/dev-haskell/cryptonite/cryptonite-0.28.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
@@ -16,7 +16,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_rdrand cpu_flags_x86_aes cpu_flags_x86_sse cpu_flags_x86_sse4_1 +integer-gmp +target-attributes"
RDEPEND=">=dev-haskell/basement-0.0.6:=[profile?]