diff options
author | Sam James <sam@gentoo.org> | 2022-01-26 19:32:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-26 19:32:40 +0000 |
commit | 3f44a119753b02f21420c1c429ab217f1c8f1fd8 (patch) | |
tree | 64c1b6505ab43a00f0bbdbe7333da156d5428d4d /sys-fs | |
parent | sys-auth/polkit: Stabilize 0.117-r3 ppc, #832075 (diff) | |
download | gentoo-3f44a119753b02f21420c1c429ab217f1c8f1fd8.tar.gz gentoo-3f44a119753b02f21420c1c429ab217f1c8f1fd8.tar.bz2 gentoo-3f44a119753b02f21420c1c429ab217f1c8f1fd8.zip |
sys-fs/cryptsetup: Stabilize 2.4.3 ppc64, #831982
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.4.3.ebuild b/sys-fs/cryptsetup/cryptsetup-2.4.3.ebuild index 12343f2fa219..480e7e811ce5 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.4.3.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.4.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t LICENSE="GPL-2+" SLOT="0/12" # libcryptsetup.so version [[ ${PV} != *_rc* ]] && \ -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" CRYPTO_BACKENDS="gcrypt kernel nettle +openssl" # we don't support nss since it doesn't allow cryptsetup to be built statically # and it's missing ripemd160 support so it can't provide full backward compatibility |