diff options
author | William Hubbs <williamh@gentoo.org> | 2016-09-15 16:56:40 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2016-09-15 16:57:42 -0500 |
commit | 6d851698067ac8a577b45f573f6c71bc22f3766d (patch) | |
tree | 8a3d4c727825d2bc9ba9c332aed25c5469088cbf /sys-apps | |
parent | dev-python/pyflann: Version bump to 1.9.1 (diff) | |
download | gentoo-6d851698067ac8a577b45f573f6c71bc22f3766d.tar.gz gentoo-6d851698067ac8a577b45f573f6c71bc22f3766d.tar.bz2 gentoo-6d851698067ac8a577b45f573f6c71bc22f3766d.zip |
sys-apps/openrc: stabilize 0.21.7 for #588786
After discussion on irc, it was determined by myself and axs that this is
a small bug fix release and can be stabilized on every arch where 0.21.3 is
stabilized. No one objected, so I am going ahead with this plan.
I am stabilizing this version on the following architectures:
alpha amd64 arm hppa ia64 ppc ppc64 sparc
I will ask x86 to stabilize 0.21.7 instead of 0.21.3.
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.21.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.21.7.ebuild b/sys-apps/openrc/openrc-0.21.7.ebuild index 5ae86a0fff47..f20b70710149 100644 --- a/sys-apps/openrc/openrc-0.21.7.ebuild +++ b/sys-apps/openrc/openrc-0.21.7.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" |