Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/
Date: Sun, 02 Feb 2020 20:37:08
Message-Id: 1580675817.3ec77faa992e910f1c4dd43e6b0cf63838aa6730.blueness@gentoo
1 commit: 3ec77faa992e910f1c4dd43e6b0cf63838aa6730
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 20:31:41 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 20:36:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ec77faa
7
8 app-crypt/libscrypt: stable on arm64
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 app-crypt/libscrypt/libscrypt-1.21.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild b/app-crypt/libscrypt/libscrypt-1.21.ebuild
17 index e4ac4392954..efe99521fd0 100644
18 --- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
19 +++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="BSD-2"
29 SLOT="0"
30 -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 sparc x86"
31 +KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 sparc x86"
32 IUSE=""
33
34 DEPEND=""