Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Sun, 04 Sep 2016 10:21:38
Message-Id: 1472984459.f1910f500b13a80dea4e87364aeca69b5f2c8888.klausman@gentoo
1 commit: f1910f500b13a80dea4e87364aeca69b5f2c8888
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 10:20:59 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 4 10:20:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1910f50
7
8 sys-fs/cryptsetup-1.7.2-r0: add alpha keyword
9
10 Gentoo-Bug: 590246
11
12 sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild b/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild
16 index 3a68244..2f122f9 100644
17 --- a/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild
18 +++ b/sys-fs/cryptsetup/cryptsetup-1.7.2.ebuild
19 @@ -15,7 +15,7 @@ SRC_URI="mirror://kernel/linux/utils/${PN}/v$(get_version_component_range 1-2)/$
20
21 LICENSE="GPL-2+"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
24 +KEYWORDS="alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
25 CRYPTO_BACKENDS="+gcrypt kernel nettle openssl"
26 # we don't support nss since it doesn't allow cryptsetup to be built statically
27 # and it's missing ripemd160 support so it can't provide full backward compatibility