diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-18 09:14:34 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-18 09:15:10 +0200 |
commit | 057feaba3b47767bea45449ec0cc875182454b61 (patch) | |
tree | a15c54acadfa3484e99e224360c7271c369f1799 /sys-apps | |
parent | dev-python/pbr: cleanup (diff) | |
download | gentoo-057feaba3b47767bea45449ec0cc875182454b61.tar.gz gentoo-057feaba3b47767bea45449ec0cc875182454b61.tar.bz2 gentoo-057feaba3b47767bea45449ec0cc875182454b61.zip |
sys-apps/openrc: ppc stable (bug 618758).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.26.2.ebuild b/sys-apps/openrc/openrc-0.26.2.ebuild index 759be53541b9..837d589f8512 100644 --- a/sys-apps/openrc/openrc-0.26.2.ebuild +++ b/sys-apps/openrc/openrc-0.26.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - 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" |