diff options
author | 2006-05-23 15:15:11 +0000 | |
---|---|---|
committer | 2006-05-23 15:15:11 +0000 | |
commit | df2326c3ba1572a48932dfdfedbaab8ea6d07146 (patch) | |
tree | 2cb3cd3ca7e947e6bdc8ed4296bb5fcc874c0b2c | |
parent | Version bump, Thanks to Luca Marturana in bug #134084 (diff) | |
download | gentoo-2-df2326c3ba1572a48932dfdfedbaab8ea6d07146.tar.gz gentoo-2-df2326c3ba1572a48932dfdfedbaab8ea6d07146.tar.bz2 gentoo-2-df2326c3ba1572a48932dfdfedbaab8ea6d07146.zip |
Stable on x86, see bug #134090.
(Portage version: 2.1_rc2)
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 38ad9c46b4e7..55150d38055d 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.89 2006/04/23 17:52:16 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.90 2006/05/23 15:15:11 nelchael Exp $ + + 23 May 2006; Krzysiek Pawlik <nelchael@gentoo.org> dhcpcd-2.0.5.ebuild: + Stable on x86, see bug #134090. 28 Apr 2006; Joshua Kinard <kumba@gentoo.org> dhcpcd-2.0.3.ebuild: Marked stable on mips. diff --git a/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild b/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild index 846d828083db..e40579c541ed 100644 --- a/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild +++ b/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild,v 1.1 2006/04/21 19:08:20 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-2.0.5.ebuild,v 1.2 2006/05/23 15:15:11 nelchael Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.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="build debug static" DEPEND="" |