diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-11-15 15:52:08 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-11-15 15:53:03 +0100 |
commit | b9f655c652c73d6b4e41ae9abd66e2e1247831ff (patch) | |
tree | a8cafcabf2794c5618e091ba764910c109258f9f /sys-apps/openrc | |
parent | sys-apps/hwloc-1.11.2-r0: stable on alpha (diff) | |
download | gentoo-b9f655c652c73d6b4e41ae9abd66e2e1247831ff.tar.gz gentoo-b9f655c652c73d6b4e41ae9abd66e2e1247831ff.tar.bz2 gentoo-b9f655c652c73d6b4e41ae9abd66e2e1247831ff.zip |
sys-apps/openrc-0.22.3-r1: stable on alpha
Gentoo-Bug: 597582
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.22.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.22.3-r1.ebuild b/sys-apps/openrc/openrc-0.22.3-r1.ebuild index 0784ed604be4..ee33081aaa58 100644 --- a/sys-apps/openrc/openrc-0.22.3-r1.ebuild +++ b/sys-apps/openrc/openrc-0.22.3-r1.ebuild @@ -14,7 +14,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" |