commit: 7f33641b7a4558197a92515f795cfb395e386472 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Dec 15 22:40:23 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Dec 15 22:40:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f33641b
sys-fs/cryptsetup: Enable argon2 USE flag by default. Bug: https://bugs.gentoo.org/641182 Package-Manager: Portage-2.3.18, Repoman-2.3.6 sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild index a3b51cfccd4..eee71164cf0 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm64 ~mips ~s390 ~sh ~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 -IUSE="${CRYPTO_BACKENDS} argon2 libressl nls pwquality python reencrypt static static-libs udev urandom" +IUSE="${CRYPTO_BACKENDS} +argon2 libressl nls pwquality python reencrypt static static-libs udev urandom" REQUIRED_USE="^^ ( ${CRYPTO_BACKENDS//+/} ) python? ( ${PYTHON_REQUIRED_USE} ) static? ( !gcrypt )" #496612
