diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-01-19 15:02:19 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-01-19 15:02:19 +0000 |
commit | c119d319d8e37fccc44b950219eef35ebf9f1def (patch) | |
tree | b37c052b0f5352498a5b3f09449a87b42f3aed9a /sys-apps/openrc | |
parent | Stable on arm, bug #531602. (diff) | |
download | gentoo-2-c119d319d8e37fccc44b950219eef35ebf9f1def.tar.gz gentoo-2-c119d319d8e37fccc44b950219eef35ebf9f1def.tar.bz2 gentoo-2-c119d319d8e37fccc44b950219eef35ebf9f1def.zip |
Stable on arm. Bug #530120.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.13.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 70c5f5198ea5..3fc62557d712 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.324 2015/01/19 14:36:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.325 2015/01/19 15:02:19 blueness Exp $ + + 19 Jan 2015; Anthony G. Basile <blueness@gentoo.org> openrc-0.13.8.ebuild: + Stable on arm. Bug #530120. 19 Jan 2015; Anthony G. Basile <blueness@gentoo.org> openrc-0.13.8.ebuild: Stable on ppc, ppc64 and x86. Bug #530120 diff --git a/sys-apps/openrc/openrc-0.13.8.ebuild b/sys-apps/openrc/openrc-0.13.8.ebuild index 7d9c24515138..1ad44a621e3b 100644 --- a/sys-apps/openrc/openrc-0.13.8.ebuild +++ b/sys-apps/openrc/openrc-0.13.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.8.ebuild,v 1.2 2015/01/19 14:36:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.8.ebuild,v 1.3 2015/01/19 15:02:19 blueness Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="http://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" |