diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-12-15 23:28:22 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-12-15 23:28:37 +0100 |
commit | 3349b10693437e70bdeb9c89065149bd00299def (patch) | |
tree | 0c5f61530c8d42c911801821de25d5cb8d480022 /sys-fs/cryptsetup | |
parent | www-plugins/chrome-binary-plugins: automated update (63.0.3239.108, 64.0.3282... (diff) | |
download | gentoo-3349b10693437e70bdeb9c89065149bd00299def.tar.gz gentoo-3349b10693437e70bdeb9c89065149bd00299def.tar.bz2 gentoo-3349b10693437e70bdeb9c89065149bd00299def.zip |
sys-fs/cryptsetup: Enable argon2 USE flag by default.
Closes: https://bugs.gentoo.org/641182
Package-Manager: Portage-2.3.18, Repoman-2.3.6
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild index ecdf5fbd105f..3d7adacf8e2b 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.0.0.ebuild @@ -19,7 +19,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 |