summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-12-15 23:40:23 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-12-15 23:40:23 +0100
commit7f33641b7a4558197a92515f795cfb395e386472 (patch)
tree1fc69f0c3439611a3d1b15db8cc7229a79109f82 /sys-fs
parentsys-fs/cryptsetup: Enable argon2 USE flag by default. (diff)
downloadgentoo-7f33641b7a4558197a92515f795cfb395e386472.tar.gz
gentoo-7f33641b7a4558197a92515f795cfb395e386472.tar.bz2
gentoo-7f33641b7a4558197a92515f795cfb395e386472.zip
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
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.0.0-r1.ebuild
index a3b51cfccd47..eee71164cf06 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