Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Tue, 09 Feb 2021 06:15:15
Message-Id: 1612851306.da5ab9e2aa58ed2ecda25224fed96ec91c412693.sam@gentoo
1 commit: da5ab9e2aa58ed2ecda25224fed96ec91c412693
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 06:15:06 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 06:15:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da5ab9e2
7
8 sys-fs/cryptsetup: Stabilize 2.3.4 ppc64, #769602
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild b/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild
16 index 78f20a6fafb..931770b9f6e 100644
17 --- a/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild
18 +++ b/sys-fs/cryptsetup/cryptsetup-2.3.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://www.kernel.org/pub/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.t
26 LICENSE="GPL-2+"
27 SLOT="0/12" # libcryptsetup.so version
28 [[ ${PV} != *_rc* ]] && \
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
31 CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
32 # we don't support nss since it doesn't allow cryptsetup to be built statically
33 # and it's missing ripemd160 support so it can't provide full backward compatibility