diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-26 21:27:00 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-26 21:27:00 +0200 |
commit | f2c52342d946ac52c3bf3ed1d84e84684f64c35e (patch) | |
tree | 072f5d224fc7f6963a8e8c3060194a9784cd631c /sys-fs | |
parent | sys-apps/shadow: Stabilize 4.11.1 ppc64, #831980 (diff) | |
download | gentoo-f2c52342d946ac52c3bf3ed1d84e84684f64c35e.tar.gz gentoo-f2c52342d946ac52c3bf3ed1d84e84684f64c35e.tar.bz2 gentoo-f2c52342d946ac52c3bf3ed1d84e84684f64c35e.zip |
sys-fs/cryptsetup: Stabilize 2.4.3 sparc, #831982
Signed-off-by: Arthur Zamarin <arthurzam@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 d3a73896274f..12343f2fa219 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 |