diff options
author | William Hubbs <williamh@gentoo.org> | 2017-04-16 08:08:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-04-16 08:11:34 -0500 |
commit | 09422a4fe1bb065c2889dbc9a22235320e380ed0 (patch) | |
tree | 1c61fe493285e3f726990c598389a3780285961f /sys-apps | |
parent | net-firewall/shorewall: Rev bump to re-add selinux support (bug #615656) (diff) | |
download | gentoo-09422a4fe1bb065c2889dbc9a22235320e380ed0.tar.gz gentoo-09422a4fe1bb065c2889dbc9a22235320e380ed0.tar.bz2 gentoo-09422a4fe1bb065c2889dbc9a22235320e380ed0.zip |
sys-apps/openrc: stabilize 0.24.2 on amd64 for #615368
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/openrc-0.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.24.2.ebuild b/sys-apps/openrc/openrc-0.24.2.ebuild index 1ce8145c5005..759be53541b9 100644 --- a/sys-apps/openrc/openrc-0.24.2.ebuild +++ b/sys-apps/openrc/openrc-0.24.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" |