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: Mon, 07 Mar 2016 00:11:55
Message-Id: 1457310110.5dab7ec29483521d549ef1c1f567e44ba43120b9.blueness@gentoo
1 commit: 5dab7ec29483521d549ef1c1f567e44ba43120b9
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 7 00:20:36 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 7 00:21:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dab7ec2
7
8 app-portage/grs: version 0.5 stable for amd64
9
10 This is a minor fix over version 0.4
11
12 Package-Manager: portage-2.2.26
13
14 app-portage/grs/grs-0.5.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-portage/grs/grs-0.5.ebuild b/app-portage/grs/grs-0.5.ebuild
18 index 901f63a..f3676da 100644
19 --- a/app-portage/grs/grs-0.5.ebuild
20 +++ b/app-portage/grs/grs-0.5.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} == "9999" ]] ; then
22 inherit git-2
23 else
24 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
25 - KEYWORDS="~amd64"
26 + KEYWORDS="amd64"
27 fi
28
29 DESCRIPTION="Suite to build Gentoo Reference Systems"