commit: c5579d934bf615e0701c2c312e3a28c5f29bd344 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 12 09:55:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Feb 12 09:55:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5579d93
sys-fs/cryptsetup: Stabilize 2.3.4 x86, #769602 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild index c8f596ce8a6..994ecb298f9 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.3.4.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