Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/cryptsetup/
Date: Sun, 09 Jul 2017 11:01:31
Message-Id: 1499598081.14e9fb9295976cfa422096e3c654a6d065a5494d.aballier@gentoo
1 commit: 14e9fb9295976cfa422096e3c654a6d065a5494d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 11:01:11 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 11:01:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14e9fb92
7
8 sys-fs/cryptsetup: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
16 index 503731c56b5..d4e5a41d31a 100644
17 --- a/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
18 +++ b/sys-fs/cryptsetup/cryptsetup-1.7.5.ebuild
19 @@ -14,7 +14,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 ~arm64 ~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