summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-01-15 14:14:23 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-01-15 14:14:23 -0500
commitf06a6150a1b4eb7639aea89ecba9c285c9544917 (patch)
tree068302128c95f61372c6aaa6bea0d37b7ef3fc2b /app-portage
parentdev-libs/check-0.12.0-r0: amd64 stable (diff)
downloadgentoo-f06a6150a1b4eb7639aea89ecba9c285c9544917.tar.gz
gentoo-f06a6150a1b4eb7639aea89ecba9c285c9544917.tar.bz2
gentoo-f06a6150a1b4eb7639aea89ecba9c285c9544917.zip
app-portage/grs: keyword ~x86
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/grs/grs-0.6.ebuild4
-rw-r--r--app-portage/grs/grs-9999.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/grs/grs-0.6.ebuild b/app-portage/grs/grs-0.6.ebuild
index 3ad135db3609..9f035617c7c3 100644
--- a/app-portage/grs/grs-0.6.ebuild
+++ b/app-portage/grs/grs-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# 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"
+ KEYWORDS="amd64 ~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 210fdb352dd2..abf196bc0732 100644
--- a/app-portage/grs/grs-9999.ebuild
+++ b/app-portage/grs/grs-9999.ebuild
@@ -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"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Suite to build Gentoo Reference Systems"