diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-02 15:30:30 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-02 15:30:30 +0000 |
commit | 5102f33c30fc42a81d8a449ae96e0bb5a233d373 (patch) | |
tree | 12a9ad70be77bc4f597e36d38a54c125de1890ce /sys-apps/openrc/openrc-0.8.3-r1.ebuild | |
parent | Stable on amd64 wrt bug #372591 (diff) | |
download | gentoo-2-5102f33c30fc42a81d8a449ae96e0bb5a233d373.tar.gz gentoo-2-5102f33c30fc42a81d8a449ae96e0bb5a233d373.tar.bz2 gentoo-2-5102f33c30fc42a81d8a449ae96e0bb5a233d373.zip |
Stable on amd64 wrt bug #373251
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/openrc/openrc-0.8.3-r1.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.8.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.8.3-r1.ebuild b/sys-apps/openrc/openrc-0.8.3-r1.ebuild index 78aa903cd351..0a26476c99b9 100644 --- a/sys-apps/openrc/openrc-0.8.3-r1.ebuild +++ b/sys-apps/openrc/openrc-0.8.3-r1.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.8.3-r1.ebuild,v 1.3 2011/06/28 04:34:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.8.3-r1.ebuild,v 1.4 2011/07/02 15:30:30 hwoarang 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" |