diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-27 13:18:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-27 13:18:47 +0200 |
commit | 92b72920ea2bd151371f227d5628694052a95856 (patch) | |
tree | 4128611012cbf8c346f2a67a7a66d71d401146b3 /sys-apps/openrc | |
parent | sys-power/powertop: sparc stable wrt bug #614320 (diff) | |
download | gentoo-92b72920ea2bd151371f227d5628694052a95856.tar.gz gentoo-92b72920ea2bd151371f227d5628694052a95856.tar.bz2 gentoo-92b72920ea2bd151371f227d5628694052a95856.zip |
sys-apps/openrc: sparc stable wrt bug #615368
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/openrc')
-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 bca2001f05a5..cf6f38d149a8 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" |