diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-11 23:00:02 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-11 23:00:02 +0000 |
commit | 7caae7da5d2852fcaa07df457ea5e35e38464813 (patch) | |
tree | f3bfe5c1ca753f9d51ea5aae86b3cf9c9f834935 /net-misc/dhcpcd | |
parent | QA: Removed default src_compile; Removed old ebuilds not using econf (diff) | |
download | gentoo-2-7caae7da5d2852fcaa07df457ea5e35e38464813.tar.gz gentoo-2-7caae7da5d2852fcaa07df457ea5e35e38464813.tar.bz2 gentoo-2-7caae7da5d2852fcaa07df457ea5e35e38464813.zip |
Stable on alpha + ia64, bug 98394.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index e4c0d213c322..763c2b3041b4 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,10 @@ # 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.50 2005/07/11 17:16:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.51 2005/07/11 23:00:02 kloeri Exp $ + + 11 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> + dhcpcd-1.3.22_p4-r11.ebuild: + Stable on alpha + ia64, bug 98394. 11 Jul 2005; Markus Rothe <corsair@gentoo.org> dhcpcd-1.3.22_p4-r11.ebuild: 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 8d7dc94c12fb..983e2704c279 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.7 2005/07/11 17:16:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.8 2005/07/11 23:00:02 kloeri 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" |