diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 06:15:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 06:15:06 +0000 |
commit | da5ab9e2aa58ed2ecda25224fed96ec91c412693 (patch) | |
tree | 662f566e3432aad6987b64416b8990b9e400954f /sys-fs | |
parent | net-wireless/iwd: Stabilize 1.11 ppc64, #769566 (diff) | |
download | gentoo-da5ab9e2aa58ed2ecda25224fed96ec91c412693.tar.gz gentoo-da5ab9e2aa58ed2ecda25224fed96ec91c412693.tar.bz2 gentoo-da5ab9e2aa58ed2ecda25224fed96ec91c412693.zip |
sys-fs/cryptsetup: Stabilize 2.3.4 ppc64, #769602
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild index 78f20a6fafb3..931770b9f6ee 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t LICENSE="GPL-2+" SLOT="0/12" # libcryptsetup.so version [[ ${PV} != *_rc* ]] && \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~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 |