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: Wed, 31 Jul 2019 09:04:47
Message-Id: 1564563863.61c3af0c64856956a192edbff88dd6d496b88b4d.ago@gentoo
1 commit: 61c3af0c64856956a192edbff88dd6d496b88b4d
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 09:04:23 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 09:04:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c3af0c
7
8 sys-fs/cryptsetup: s390 stable wrt bug #669640
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.16
11 RepoMan-Options: --include-arches="s390"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild b/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild
18 index 92b25f4f957..c8b41a45c12 100644
19 --- a/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild
20 +++ b/sys-fs/cryptsetup/cryptsetup-2.1.0.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(ver_cut 1-2)/${P/_/-}.tar.xz"
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 ~s390 ~sh sparc x86"
26 +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
27 # cryptsetup does _not_ have a libressl backend. We only have this for REQUIRED_USE
28 # and change "libressl" to "openssl" in our econf call.
29 CRYPTO_BACKENDS="gcrypt kernel libressl nettle +openssl"