diff options
| -rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild (renamed from sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild) | 1 | ||||
| -rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild (renamed from sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild index 5c0a691593f8..506cc07dfd93 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.3.4-r1.ebuild @@ -89,6 +89,7 @@ src_configure() { $(use_enable static-libs static) $(use_enable udev) $(use_enable !urandom dev-random) + $(usex argon2 '' '--with-luks2-pbkdf=pbkdf2') ) econf "${myeconfargs[@]}" } diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild index af8bdea1118b..c752e6c27228 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.3.5.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.3.5-r1.ebuild @@ -89,6 +89,7 @@ src_configure() { $(use_enable static-libs static) $(use_enable udev) $(use_enable !urandom dev-random) + $(usex argon2 '' '--with-luks2-pbkdf=pbkdf2') ) econf "${myeconfargs[@]}" } |
