Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Sun, 08 Sep 2019 19:15:28
Message-Id: 1567968430.6ff1043dc418a883cb4fe037dfa9f8f6fed523da.whissi@gentoo
1 commit: 6ff1043dc418a883cb4fe037dfa9f8f6fed523da
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 18:47:10 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 18:47:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff1043d
7
8 sys-fs/cryptsetup: x86 stable (bug #693818)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-fs/cryptsetup/cryptsetup-2.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-fs/cryptsetup/cryptsetup-2.2.1.ebuild b/sys-fs/cryptsetup/cryptsetup-2.2.1.ebuild
17 index 8cb062389bc..036701f0d0e 100644
18 --- a/sys-fs/cryptsetup/cryptsetup-2.2.1.ebuild
19 +++ b/sys-fs/cryptsetup/cryptsetup-2.2.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz"
21 LICENSE="GPL-2+"
22 SLOT="0/12" # libcryptsetup.so version
23 [[ ${PV} != *_rc* ]] && \
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
26 CRYPTO_BACKENDS="gcrypt kernel nettle +openssl"
27 # we don't support nss since it doesn't allow cryptsetup to be built statically
28 # and it's missing ripemd160 support so it can't provide full backward compatibility