Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Mon, 05 Jul 2021 06:58:49
Message-Id: 1625468320.c05698ab3a1f953a58079814502813ed6ced7569.ago@gentoo
1 commit: c05698ab3a1f953a58079814502813ed6ced7569
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 5 06:58:40 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 06:58:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05698ab
7
8 sys-fs/cryptsetup: ppc64 stable wrt bug #800434
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild
18 index a7866973e90..7b5b46a4f7c 100644
19 --- a/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild
20 +++ b/sys-fs/cryptsetup/cryptsetup-2.3.6.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t
22 LICENSE="GPL-2+"
23 SLOT="0/12" # libcryptsetup.so version
24 [[ ${PV} != *_rc* ]] && \
25 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
27 CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
28 # we don't support nss since it doesn't allow cryptsetup to be built statically
29 # and it's missing ripemd160 support so it can't provide full backward compatibility