commit: 6d851698067ac8a577b45f573f6c71bc22f3766d
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 21:56:40 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 21:57:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d851698
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
sys-apps/openrc/openrc-0.21.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/openrc/openrc-0.21.7.ebuild
b/sys-apps/openrc/openrc-0.21.7.ebuild
index 5ae86a0..f20b707 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"