diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-03-06 19:20:36 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-03-06 19:21:50 -0500 |
commit | 5dab7ec29483521d549ef1c1f567e44ba43120b9 (patch) | |
tree | 75b5f50788b8ecaf33eb071b281e1faadbe93a35 /app-portage | |
parent | sci-electronics/xcircuit: Add 'mailto:' to <bugs-to/> tag (diff) | |
download | gentoo-5dab7ec29483521d549ef1c1f567e44ba43120b9.tar.gz gentoo-5dab7ec29483521d549ef1c1f567e44ba43120b9.tar.bz2 gentoo-5dab7ec29483521d549ef1c1f567e44ba43120b9.zip |
app-portage/grs: version 0.5 stable for amd64
This is a minor fix over version 0.4
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/grs/grs-0.5.ebuild b/app-portage/grs/grs-0.5.ebuild index 901f63a735d6..f3676da12498 100644 --- a/app-portage/grs/grs-0.5.ebuild +++ b/app-portage/grs/grs-0.5.ebuild @@ -15,7 +15,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" |