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-portage/grs/
Date: Sat, 20 Apr 2019 23:00:07
Message-Id: 1555783971.17db4e222742e78cbcf3695d27121066b759efeb.blueness@gentoo
1 commit: 17db4e222742e78cbcf3695d27121066b759efeb
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 18:12:51 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 18:12:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17db4e22
7
8 app-portage/grs: stable on arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-portage/grs/grs-0.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild
17 index df844151d97..896318e916d 100644
18 --- a/app-portage/grs/grs-0.7.ebuild
19 +++ b/app-portage/grs/grs-0.7.ebuild
20 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then
21 else
22 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz
23 https://dev.gentoo.org/~blueness/${PN}/${ISO}"
24 - KEYWORDS="amd64 arm ~arm64 x86"
25 + KEYWORDS="amd64 arm arm64 x86"
26 fi
27
28 DESCRIPTION="Suite to build Gentoo Reference Systems"