diff options
author | Richard Farina <zerochaos@gentoo.org> | 2013-11-27 03:51:48 +0000 |
---|---|---|
committer | Richard Farina <zerochaos@gentoo.org> | 2013-11-27 03:51:48 +0000 |
commit | 01df3edbce4311fa671ca2da9efc3ed200fa7dcd (patch) | |
tree | cf308b7fb929fca39637464f549dc5d87c44fe34 /sys-apps/openrc/openrc-0.12.4.ebuild | |
parent | Bump (diff) | |
download | historical-01df3edbce4311fa671ca2da9efc3ed200fa7dcd.tar.gz historical-01df3edbce4311fa671ca2da9efc3ed200fa7dcd.tar.bz2 historical-01df3edbce4311fa671ca2da9efc3ed200fa7dcd.zip |
arm stable, bug #487332
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xDD11F94A
Diffstat (limited to 'sys-apps/openrc/openrc-0.12.4.ebuild')
-rw-r--r-- | sys-apps/openrc/openrc-0.12.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/openrc/openrc-0.12.4.ebuild b/sys-apps/openrc/openrc-0.12.4.ebuild index 03fe37c44488..0911201dbf5c 100644 --- a/sys-apps/openrc/openrc-0.12.4.ebuild +++ b/sys-apps/openrc/openrc-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.4 2013/11/24 14:26:55 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.12.4.ebuild,v 1.5 2013/11/27 03:51:41 zerochaos Exp $ EAPI=5 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-2 else SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" - KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~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" |