diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 02:00:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 02:00:59 +0000 |
commit | 1bf59253bea0b3d36892c571d65181f83c96c4c8 (patch) | |
tree | f8c706ac00b9e70496def5062c32a9a55296c6d4 /sys-apps/busybox/busybox-1.20.2.ebuild | |
parent | Stable ppc, bug #432844 (diff) | |
download | gentoo-2-1bf59253bea0b3d36892c571d65181f83c96c4c8.tar.gz gentoo-2-1bf59253bea0b3d36892c571d65181f83c96c4c8.tar.bz2 gentoo-2-1bf59253bea0b3d36892c571d65181f83c96c4c8.zip |
Stable ppc, bug #431948
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/busybox/busybox-1.20.2.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-1.20.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.20.2.ebuild b/sys-apps/busybox/busybox-1.20.2.ebuild index f38524bf70bb..7f6ef3e98d1c 100644 --- a/sys-apps/busybox/busybox-1.20.2.ebuild +++ b/sys-apps/busybox/busybox-1.20.2.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/busybox/busybox-1.20.2.ebuild,v 1.5 2012/08/25 12:11:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.20.2.ebuild,v 1.6 2012/08/28 02:00:59 blueness Exp $ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib @@ -52,7 +52,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P=${PN}-${PV/_/-} SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" - KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2" |