diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:32:48 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-26 14:32:48 +0000 |
commit | 35c1291154be82b605c87cfc9596c437b11d998b (patch) | |
tree | 08b655592fce8138aa53aa1ad092d235ae8e981a /sys-apps/openrc/openrc-9999.ebuild | |
parent | mask freebsd-usbin[acpi] (diff) | |
download | historical-35c1291154be82b605c87cfc9596c437b11d998b.tar.gz historical-35c1291154be82b605c87cfc9596c437b11d998b.tar.bz2 historical-35c1291154be82b605c87cfc9596c437b11d998b.zip |
keyword ~amd64-fbsd
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/openrc/openrc-9999.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 1615891945c9..072a86eb553a 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.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-9999.ebuild,v 1.99 2012/02/23 04:28:48 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.100 2012/04/26 14:32:48 aballier 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 ~sparc-fbsd ~x86 ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi LICENSE="BSD-2" |