commit: eb2306ff56867a518eea3b5369eb3cac7f4a35ec Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org> AuthorDate: Wed Jul 24 17:01:26 2024 +0000 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org> CommitDate: Wed Jul 24 17:04:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb2306ff
sys-fs/cryptsetup: Remove the restriction on gcrypt gcrypt now builds correctly as +static-libs and cryptsetup +static builds and works correctly. Closes: https://bugs.gentoo.org/496612 Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org> sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild b/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild index 14f76fc36fb8..71d96dacde92 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.7.3.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" # bug #496612, bug #832711, bug #843863 REQUIRED_USE=" ^^ ( ${CRYPTO_BACKENDS//+/} ) - static? ( !gcrypt !ssh !udev !fips ) + static? ( !ssh !udev !fips ) fips? ( !kernel !nettle ) "
