diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-12-17 18:33:49 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-12-17 18:33:49 +0000 |
commit | c1b1bda8bfec70523d333b034e2e6ed4c7eb0019 (patch) | |
tree | f9208ba3dca9788cf624203e216a9da0191f60c9 /sys-apps | |
parent | Add ~ia64 (diff) | |
download | gentoo-2-c1b1bda8bfec70523d333b034e2e6ed4c7eb0019.tar.gz gentoo-2-c1b1bda8bfec70523d333b034e2e6ed4c7eb0019.tar.bz2 gentoo-2-c1b1bda8bfec70523d333b034e2e6ed4c7eb0019.zip |
sparc stable wrt #391271
(Portage version: 2.1.10.38/cvs/Linux ia64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.9.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index d17912a556dd..c579b21b2071 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.190 2011/12/14 17:18:20 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.191 2011/12/17 18:33:49 armin76 Exp $ + + 17 Dec 2011; Raúl Porcel <armin76@gentoo.org> openrc-0.9.4.ebuild: + sparc stable wrt #391271 14 Dec 2011; William Hubbs <williamh@gentoo.org> openrc-0.9.4.ebuild, openrc-0.9.7.ebuild, openrc-9999.ebuild: diff --git a/sys-apps/openrc/openrc-0.9.4.ebuild b/sys-apps/openrc/openrc-0.9.4.ebuild index 59464ec33d94..2a8b54c65349 100644 --- a/sys-apps/openrc/openrc-0.9.4.ebuild +++ b/sys-apps/openrc/openrc-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild,v 1.12 2011/12/14 17:18:20 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.4.ebuild,v 1.13 2011/12/17 18:33:49 armin76 Exp $ EAPI=4 @@ -13,7 +13,7 @@ DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" if [[ ${PV} != "9999" ]] ; then SRC_URI="mirror://gentoo/${P}.tar.bz2" - KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |