diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2013-01-02 11:28:55 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2013-01-02 11:28:55 +0000 |
commit | dfeaebea3edec792f8ff339af2eab38164e976af (patch) | |
tree | ee19c572bbc5e147a26b65c61e87fb03d698d3cd /sys-apps/openrc | |
parent | Stable for HPPA (bug #440002). (diff) | |
download | gentoo-2-dfeaebea3edec792f8ff339af2eab38164e976af.tar.gz gentoo-2-dfeaebea3edec792f8ff339af2eab38164e976af.tar.bz2 gentoo-2-dfeaebea3edec792f8ff339af2eab38164e976af.zip |
Stable on alpha, bug #435756
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.11.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 767ea1e338d0..4f8e8f670cca 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.258 2012/12/30 14:06:16 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.259 2013/01/02 11:28:55 klausman Exp $ + + 02 Jan 2013; Tobias Klausmann <klausman@gentoo.org> openrc-0.11.6.ebuild: + Stable on alpha, bug #435756 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> openrc-0.11.8.ebuild: Stable for sparc, wrt bug #435756 diff --git a/sys-apps/openrc/openrc-0.11.6.ebuild b/sys-apps/openrc/openrc-0.11.6.ebuild index 9657bd972ef2..4ab5e134aee5 100644 --- a/sys-apps/openrc/openrc-0.11.6.ebuild +++ b/sys-apps/openrc/openrc-0.11.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.6.ebuild,v 1.2 2012/12/08 12:05:20 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.11.6.ebuild,v 1.3 2013/01/02 11:28:55 klausman Exp $ EAPI=4 @@ -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 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |