sys-fs/cryptsetup: Sync with Gentoo

It's from Gentoo commit eb2306ff56867a518eea3b5369eb3cac7f4a35ec.
This commit is contained in:
Flatcar Buildbot 2024-07-29 07:19:40 +00:00 committed by Krzesimir Nowak
parent d7cfcffdb9
commit 96b449b94c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ S="${WORKDIR}"/${P/_/-}
LICENSE="GPL-2+"
SLOT="0/12" # libcryptsetup.so version
if [[ ${PV} != *_rc* ]] ; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"

View File

@ -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 )
"