diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-31 14:41:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-31 14:41:03 +0000 |
commit | b3b5e51eff6264f916a309296fa420225bd8ebe5 (patch) | |
tree | 5fb3107835e806d9448c565845dc870e16a99082 /sys-apps | |
parent | ppc/ppc64 stable wrt #392617 (diff) | |
download | gentoo-2-b3b5e51eff6264f916a309296fa420225bd8ebe5.tar.gz gentoo-2-b3b5e51eff6264f916a309296fa420225bd8ebe5.tar.bz2 gentoo-2-b3b5e51eff6264f916a309296fa420225bd8ebe5.zip |
Stable for amd64, wrt bug #401593
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-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 4db1849bf74b..22f1c8c8d384 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.205 2012/01/31 02:13:54 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.206 2012/01/31 14:41:03 ago Exp $ + + 31 Jan 2012; Agostino Sarubbo <ago@gentoo.org> openrc-0.9.8.4.ebuild: + Stable for amd64, wrt bug #401593 31 Jan 2012; Jeff Horelick <jdhore@gentoo.org> openrc-0.9.8.4.ebuild: x86 fast stable 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 676f89478fc6..155994708dca 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.2 2012/01/31 02:13:54 jdhore Exp $ +# $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 $ 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" |