diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-25 01:36:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-25 01:36:52 +0000 |
commit | e62157de20f49b9f4cb68f65583e342df16244fd (patch) | |
tree | 8514bba8902e53bed6bcaa0901b8cb2336399311 /sys-apps/busybox | |
parent | arm KEYWORDS (diff) | |
download | historical-e62157de20f49b9f4cb68f65583e342df16244fd.tar.gz historical-e62157de20f49b9f4cb68f65583e342df16244fd.tar.bz2 historical-e62157de20f49b9f4cb68f65583e342df16244fd.zip |
arm KEYWORDS
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-0.60.5-r2.ebuild | 10 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.00_pre8.ebuild | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/sys-apps/busybox/busybox-0.60.5-r2.ebuild b/sys-apps/busybox/busybox-0.60.5-r2.ebuild index 41b0027e69d4..2455e5d5c17f 100644 --- a/sys-apps/busybox/busybox-0.60.5-r2.ebuild +++ b/sys-apps/busybox/busybox-0.60.5-r2.ebuild @@ -1,23 +1,21 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5-r2.ebuild,v 1.5 2004/04/27 21:02:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.5-r2.ebuild,v 1.6 2004/05/25 01:36:52 vapier Exp $ inherit flag-o-matic eutils -S=${WORKDIR}/${P} DESCRIPTION="Utilities for rescue and embedded systems" +HOMEPAGE="http://www.busybox.net/" SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" -HOMEPAGE="http://www.busybox.net" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64 -alpha" +SLOT="0" +KEYWORDS="~x86 arm ~amd64 -alpha" IUSE="static uclibc diet devfs" DEPEND="virtual/glibc diet? ( dev-libs/dietlibc ) >=sys-apps/sed-4" - RDEPEND="!static? ( !diet? ( virtual/glibc ) diet? ( dev-libs/dietlibc ) diff --git a/sys-apps/busybox/busybox-1.00_pre8.ebuild b/sys-apps/busybox/busybox-1.00_pre8.ebuild index 2ec49d8ab2d6..64c805c5e080 100644 --- a/sys-apps/busybox/busybox-1.00_pre8.ebuild +++ b/sys-apps/busybox/busybox-1.00_pre8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.2 2004/03/05 15:20:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00_pre8.ebuild,v 1.3 2004/05/25 01:36:52 vapier Exp $ MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} @@ -11,7 +11,7 @@ SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86 ~ppc arm" IUSE="debug static uclibc savedconfig make-busybox-symlinks" DEPEND="virtual/glibc |