diff options
author | Markus Meier <maekke@gentoo.org> | 2016-01-23 15:51:03 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-01-23 15:51:03 +0100 |
commit | d58ec2fc73f4f9d557915ee0fc596eaf38a9bc7a (patch) | |
tree | 25b75e1f09b26134bb5f1c1118dd86e88783197a /sys-apps/openrc | |
parent | net-misc/tor: arm stable, bug #571706 (diff) | |
download | gentoo-d58ec2fc73f4f9d557915ee0fc596eaf38a9bc7a.tar.gz gentoo-d58ec2fc73f4f9d557915ee0fc596eaf38a9bc7a.tar.bz2 gentoo-d58ec2fc73f4f9d557915ee0fc596eaf38a9bc7a.zip |
sys-apps/openrc: arm stable, bug #571696
Package-Manager: portage-2.2.27
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.19.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/openrc/openrc-0.19.1.ebuild b/sys-apps/openrc/openrc-0.19.1.ebuild index 4a580f9741bb..6dfae356faf3 100644 --- a/sys-apps/openrc/openrc-0.19.1.ebuild +++ b/sys-apps/openrc/openrc-0.19.1.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" |