diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-08-13 09:47:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-08-13 09:47:32 -0400 |
commit | 340379bc871c14615182cf855708b42afa0987fa (patch) | |
tree | 1b5e009c2d69eaf0577069fb83a30b8bb81f3eb7 /app-portage | |
parent | kde4-base.eclass: Avoid confusion over system configuration (diff) | |
download | gentoo-340379bc871c14615182cf855708b42afa0987fa.tar.gz gentoo-340379bc871c14615182cf855708b42afa0987fa.tar.bz2 gentoo-340379bc871c14615182cf855708b42afa0987fa.zip |
app-portage/grs: make 0.1 stable on amd64
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/grs/grs-0.1.ebuild b/app-portage/grs/grs-0.1.ebuild index 2b937e997f6c..a1e0fb43832c 100644 --- a/app-portage/grs/grs-0.1.ebuild +++ b/app-portage/grs/grs-0.1.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi DESCRIPTION="Suite to build Gentoo Reference Systems" |