diff options
author | Sam James <sam@gentoo.org> | 2024-09-18 03:55:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-18 03:55:40 +0100 |
commit | 5819e7c383c5dd1e16947322b5fba692b59f6a7c (patch) | |
tree | 751abe4fdb9f029e55c1cd9f1517342121808261 /sys-fs/cryptsetup | |
parent | virtual/rust: adapt 1.81.0 virtual to USE=profiler changes (diff) | |
download | gentoo-5819e7c383c5dd1e16947322b5fba692b59f6a7c.tar.gz gentoo-5819e7c383c5dd1e16947322b5fba692b59f6a7c.tar.bz2 gentoo-5819e7c383c5dd1e16947322b5fba692b59f6a7c.zip |
sys-fs/cryptsetup: Stabilize 2.7.5 amd64, #939797
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.7.5.ebuild b/sys-fs/cryptsetup/cryptsetup-2.7.5.ebuild index 76b2661599b5..ad5e64d30280 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.7.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.7.5.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}"/${P/_/-} LICENSE="GPL-2+" SLOT="0/12" # libcryptsetup.so version if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" fi CRYPTO_BACKENDS="gcrypt kernel nettle +openssl" |