Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/
Date: Fri, 10 May 2019 04:17:02
Message-Id: 1557461772.84220bb46e50ab540b8915e5685b9932f9ba5085.bman@gentoo
1 commit: 84220bb46e50ab540b8915e5685b9932f9ba5085
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 10 04:16:12 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 10 04:16:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84220bb4
7
8 app-crypt/libscrypt: arm64 keyworded
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-crypt/libscrypt/libscrypt-1.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild b/app-crypt/libscrypt/libscrypt-1.21.ebuild
16 index 62491faa8ab..e4ac4392954 100644
17 --- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
18 +++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD-2"
22 SLOT="0"
23 -KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86"
24 +KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
25 IUSE=""
26
27 DEPEND=""