diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-31 18:04:30 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-31 18:04:30 +0000 |
commit | 3c143b1575326133795a86b8f9dc034a3905c4bc (patch) | |
tree | 9da3d333ddd0bab17e841686f2d87c7f5ed9d063 /sys-apps/openrc | |
parent | Remove openmp (too experimental, do it with EXTRA_ECONF if interested), fixed... (diff) | |
download | gentoo-2-3c143b1575326133795a86b8f9dc034a3905c4bc.tar.gz gentoo-2-3c143b1575326133795a86b8f9dc034a3905c4bc.tar.bz2 gentoo-2-3c143b1575326133795a86b8f9dc034a3905c4bc.zip |
Stable for HPPA (bug #401593).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-0.9.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 22f1c8c8d384..238cc680b2f0 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.206 2012/01/31 14:41:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.207 2012/01/31 18:04:30 jer Exp $ + + 31 Jan 2012; Jeroen Roovers <jer@gentoo.org> openrc-0.9.8.4.ebuild: + Stable for HPPA (bug #401593). 31 Jan 2012; Agostino Sarubbo <ago@gentoo.org> openrc-0.9.8.4.ebuild: Stable for amd64, wrt bug #401593 diff --git a/sys-apps/openrc/openrc-0.9.8.4.ebuild b/sys-apps/openrc/openrc-0.9.8.4.ebuild index 155994708dca..042aca085fcf 100644 --- a/sys-apps/openrc/openrc-0.9.8.4.ebuild +++ b/sys-apps/openrc/openrc-0.9.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.8.4.ebuild,v 1.3 2012/01/31 14:41:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.9.8.4.ebuild,v 1.4 2012/01/31 18:04:30 jer 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" |