diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 19:38:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-19 19:38:02 +0000 |
commit | d03085bfe4f42d3393afcb4be25cf641fca820d9 (patch) | |
tree | d34041b866f09fd6317a483c8e08fc5776441cbb /sys-apps/openrc | |
parent | Stable for ppc64, wrt bug #487332 (diff) | |
download | gentoo-2-d03085bfe4f42d3393afcb4be25cf641fca820d9.tar.gz gentoo-2-d03085bfe4f42d3393afcb4be25cf641fca820d9.tar.bz2 gentoo-2-d03085bfe4f42d3393afcb4be25cf641fca820d9.zip |
Stable for ppc64, wrt bug #487332
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 0bd538a4067b..0cd60fe51a2a 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.296 2014/01/19 19:37:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.297 2014/01/19 19:38:02 ago Exp $ + + 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> openrc-0.12.4.ebuild: + Stable for ppc64, wrt bug #487332 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> openrc-0.12.4.ebuild: Stable for ppc, wrt bug #487332 diff --git a/sys-apps/openrc/openrc-0.12.4.ebuild b/sys-apps/openrc/openrc-0.12.4.ebuild index 9efdf2272c3b..19c7b191a071 100644 --- a/sys-apps/openrc/openrc-0.12.4.ebuild +++ b/sys-apps/openrc/openrc-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.10 2014/01/19 19:37:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.11 2014/01/19 19:38:02 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 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" |