diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 02:32:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-01 02:32:38 +0000 |
commit | 397fe4ea4a070c6f4fb05697cd4c506dc01db3fb (patch) | |
tree | 7bac3dabbae527594facabc6c7e16c8d13762b3a /sys-apps | |
parent | Version bump. Bug #116827 (diff) | |
download | gentoo-2-397fe4ea4a070c6f4fb05697cd4c506dc01db3fb.tar.gz gentoo-2-397fe4ea4a070c6f4fb05697cd4c506dc01db3fb.tar.bz2 gentoo-2-397fe4ea4a070c6f4fb05697cd4c506dc01db3fb.zip |
stabilize
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.01.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.01.ebuild b/sys-apps/busybox/busybox-1.01.ebuild index a784708d6c13..983c3c287c0e 100644 --- a/sys-apps/busybox/busybox-1.01.ebuild +++ b/sys-apps/busybox/busybox-1.01.ebuild @@ -1,6 +1,8 @@ +#CONFIG_INSTALL_NO_USR for netboot + # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.01.ebuild,v 1.3 2005/09/14 00:08:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.01.ebuild,v 1.4 2006/02/01 02:32:38 vapier Exp $ inherit eutils @@ -20,7 +22,7 @@ SRC_URI="${SRC_URI} mirror://gentoo/${PN}-1.00-e2fsprogs.patch.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86" IUSE="debug static savedconfig netboot floppyboot make-symlinks" DEPEND="" |