diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-01-17 17:58:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-01-17 17:58:15 +0100 |
commit | f863a2c2e567fccc88b814aa62c16a0d64ac739a (patch) | |
tree | 5393922fcb2044ba42b514923409d923fb9478b8 /sys-apps | |
parent | sys-apps/sandbox: ppc stable wrt bug #571308 (diff) | |
download | gentoo-f863a2c2e567fccc88b814aa62c16a0d64ac739a.tar.gz gentoo-f863a2c2e567fccc88b814aa62c16a0d64ac739a.tar.bz2 gentoo-f863a2c2e567fccc88b814aa62c16a0d64ac739a.zip |
sys-apps/openrc: ppc stable wrt bug #571696
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="ppc"
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 29efb42afcae..e028eb2d6595 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" |