diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 09:43:09 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-11 09:43:09 +0100 |
commit | c289de684c0ae21498274178e99194c808dd191e (patch) | |
tree | 9b33b66346325d2e8190352508004e462a65006d /sys-fs/cryptsetup | |
parent | app-antivirus/clamav: ppc64 stable wrt bug #708424 (diff) | |
download | gentoo-c289de684c0ae21498274178e99194c808dd191e.tar.gz gentoo-c289de684c0ae21498274178e99194c808dd191e.tar.bz2 gentoo-c289de684c0ae21498274178e99194c808dd191e.zip |
sys-fs/cryptsetup: ppc64 stable wrt bug #708480
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-fs/cryptsetup')
-rw-r--r-- | sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild index 008ac94f9b2e..ed1c37d2c5f2 100644 --- a/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild +++ b/sys-fs/cryptsetup/cryptsetup-2.2.2.ebuild @@ -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 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~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 |