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: Wed, 09 Dec 2015 17:02:52
Message-Id: 1449681014.2023f1a585283af9601cf96b4e518a2cf5960235.blueness@gentoo
1 commit: 2023f1a585283af9601cf96b4e518a2cf5960235
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 9 17:02:50 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 9 17:10:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2023f1a5
7
8 app-portage/grs: version bump to 0.3
9
10 Package-Manager: portage-2.2.20.1
11
12 app-portage/grs/grs-0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/grs/grs-0.3.ebuild b/app-portage/grs/grs-0.3.ebuild
16 index 7eb8426..9fdc78a 100644
17 --- a/app-portage/grs/grs-0.3.ebuild
18 +++ b/app-portage/grs/grs-0.3.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-2
21 else
22 SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + KEYWORDS="amd64"
25 fi
26
27 DESCRIPTION="Suite to build Gentoo Reference Systems"