diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-02-14 11:06:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-02-14 11:10:49 +0100 |
commit | 6c4c7306b91716b42330aad8ffa90290414a2324 (patch) | |
tree | 027a5cb1588381661cf62f96180cc6b9b7777e29 /sys-apps | |
parent | app-editors/emacs: x86 stable wrt bug #573490 (diff) | |
download | gentoo-6c4c7306b91716b42330aad8ffa90290414a2324.tar.gz gentoo-6c4c7306b91716b42330aad8ffa90290414a2324.tar.bz2 gentoo-6c4c7306b91716b42330aad8ffa90290414a2324.zip |
sys-apps/openrc: x86 stable wrt bug #571696
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.19.1.ebuild b/sys-apps/openrc/openrc-0.19.1.ebuild index c960395418e3..5fdd41b018b8 100644 --- a/sys-apps/openrc/openrc-0.19.1.ebuild +++ b/sys-apps/openrc/openrc-0.19.1.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |