diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-11-07 01:17:24 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-11-07 01:17:24 -0500 |
commit | e6b20eb31d6c7a33deb70c3aea42e457b6c60890 (patch) | |
tree | d0582f3b2578b8a50e03dba1301b8ec44c57a0f2 /app-portage | |
parent | dev-ruby/net-ssh: keyworded 5.0.2 for ppc, bug #667070 (diff) | |
download | gentoo-e6b20eb31d6c7a33deb70c3aea42e457b6c60890.tar.gz gentoo-e6b20eb31d6c7a33deb70c3aea42e457b6c60890.tar.bz2 gentoo-e6b20eb31d6c7a33deb70c3aea42e457b6c60890.zip |
app-portage/grs: keywork for arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/grs/grs-0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-portage/grs/grs-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-portage/grs/grs-0.6-r1.ebuild b/app-portage/grs/grs-0.6-r1.ebuild index 171b185d8595..7872f342e3ba 100644 --- a/app-portage/grs/grs-0.6-r1.ebuild +++ b/app-portage/grs/grs-0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="Suite to build Gentoo Reference Systems" diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index aa1fb650569d..4694f1182e9e 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]] ; then else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz https://dev.gentoo.org/~blueness/${PN}/${ISO}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi DESCRIPTION="Suite to build Gentoo Reference Systems" |