diff options
Diffstat (limited to 'sys-apps/openrc/openrc-0.9.8.4.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.9.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.9.8.4.ebuild b/sys-apps/openrc/openrc-0.9.8.4.ebuild index 8eba9e7d251d..676f89478fc6 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.1 2012/01/30 20:23:50 robbat2 Exp $ +# $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 $ 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" |