diff options
author | 2005-03-28 23:35:06 +0000 | |
---|---|---|
committer | 2005-03-28 23:35:06 +0000 | |
commit | 94fe49aa79ef80e251282d8d21b4afc8366bfc1c (patch) | |
tree | 77fa275b6801646b4c427bae73a02ed5a3c94733 /sys-apps/busybox/busybox-1.00.ebuild | |
parent | added ~amd64 to KEYWORDS, fixes #87018 (diff) | |
download | gentoo-2-94fe49aa79ef80e251282d8d21b4afc8366bfc1c.tar.gz gentoo-2-94fe49aa79ef80e251282d8d21b4afc8366bfc1c.tar.bz2 gentoo-2-94fe49aa79ef80e251282d8d21b4afc8366bfc1c.zip |
stable on amd64 wrt #73241
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/busybox/busybox-1.00.ebuild')
-rw-r--r-- | sys-apps/busybox/busybox-1.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/busybox/busybox-1.00.ebuild b/sys-apps/busybox/busybox-1.00.ebuild index 7d44f112a0bc..addf7b30b087 100644 --- a/sys-apps/busybox/busybox-1.00.ebuild +++ b/sys-apps/busybox/busybox-1.00.ebuild @@ -1,6 +1,6 @@ # 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.00.ebuild,v 1.11 2005/02/23 03:27:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.00.ebuild,v 1.12 2005/03/28 23:35:06 luckyduck Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.busybox.net/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~mips arm ~amd64 sparc hppa" +KEYWORDS="x86 ppc ~mips arm amd64 sparc hppa" IUSE="debug uclibc static savedconfig netboot make-symlinks" MY_PV=${PV/_/-} |