diff options
author | Roy Marples <uberlord@gentoo.org> | 2005-07-10 10:28:12 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2005-07-10 10:28:12 +0000 |
commit | 4684f6962372a3f491a23fa77e3964bdc4d4c1dc (patch) | |
tree | 18a43468ab580f761d56aa545169f01b241b30cd /net-misc/dhcpcd | |
parent | Version bump. Bug # 93887. Remove old versions. (diff) | |
download | gentoo-2-4684f6962372a3f491a23fa77e3964bdc4d4c1dc.tar.gz gentoo-2-4684f6962372a3f491a23fa77e3964bdc4d4c1dc.tar.bz2 gentoo-2-4684f6962372a3f491a23fa77e3964bdc4d4c1dc.zip |
Stable on x86 and amd64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 6c1e96be01b1..dbe70ca138c4 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.45 2005/07/10 10:07:03 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.46 2005/07/10 10:28:12 uberlord Exp $ *dhcpcd-1.3.22_p4-r11 (10 Jul 2005) @@ -13,6 +13,8 @@ Taken from the Debian patchset by Simon Kelly Punted old ebuilds. r5 becomes r11, r10 becomes r12 - both have fix + Stable on x86 and amd64 + *dhcpcd-1.3.22_p4-r10 (03 Jun 2005) 03 Jun 2005; Roy Marples <uberlord@gentoo.org> diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild index 2c5d9b0081ab..9f1033615ed3 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.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/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.2 2005/07/10 10:07:03 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.3 2005/07/10 10:28:12 uberlord Exp $ inherit gnuconfig flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="build static" DEPEND="virtual/libc" |