diff options
author | 2007-09-01 10:35:37 +0000 | |
---|---|---|
committer | 2007-09-01 10:35:37 +0000 | |
commit | 9b30daf79d91ae9526d1d75f3da61e4c326ee79b (patch) | |
tree | e726714428decb5c909d0bc395d515be53a22472 /sys-apps/busybox | |
parent | Add 0.3.25, remove old versions. (diff) | |
download | historical-9b30daf79d91ae9526d1d75f3da61e4c326ee79b.tar.gz historical-9b30daf79d91ae9526d1d75f3da61e4c326ee79b.tar.bz2 historical-9b30daf79d91ae9526d1d75f3da61e4c326ee79b.zip |
Stable on amd64
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index 87b1f84c7130..307018fb66c2 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/busybox # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.156 2007/08/25 15:11:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.157 2007/09/01 10:35:37 angelos Exp $ + + 01 Sep 2007; Christoph Mende <angelos@gentoo.org> busybox-1.6.1.ebuild: + Stable on amd64 *busybox-1.7.0 (25 Aug 2007) diff --git a/sys-apps/busybox/busybox-1.6.1.ebuild b/sys-apps/busybox/busybox-1.6.1.ebuild index c3243d8a2878..8c8306637c1e 100644 --- a/sys-apps/busybox/busybox-1.6.1.ebuild +++ b/sys-apps/busybox/busybox-1.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.6.1.ebuild,v 1.5 2007/08/25 14:23:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-1.6.1.ebuild,v 1.6 2007/09/01 10:35:37 angelos Exp $ inherit eutils flag-o-matic savedconfig @@ -57,7 +57,7 @@ fi 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 make-symlinks selinux" RESTRICT="test" |