diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-09-24 21:07:35 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-09-24 21:08:09 -0400 |
commit | 906259bb32e84e8e410e37528b25db6444faa325 (patch) | |
tree | e454f82a4397555a6264a5c224ed0962ea750a8a /app-portage | |
parent | sys-apps/portage: Bump version. (diff) | |
download | gentoo-906259bb32e84e8e410e37528b25db6444faa325.tar.gz gentoo-906259bb32e84e8e410e37528b25db6444faa325.tar.bz2 gentoo-906259bb32e84e8e410e37528b25db6444faa325.zip |
app-portage/grs: 0.2 stable on amd64
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/grs/grs-0.2.ebuild b/app-portage/grs/grs-0.2.ebuild index 7eb8426470ad..9fdc78aaf555 100644 --- a/app-portage/grs/grs-0.2.ebuild +++ b/app-portage/grs/grs-0.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Suite to build Gentoo Reference Systems" |