diff options
author | Stephen Bennett <spb@gentoo.org> | 2005-07-12 12:19:38 +0000 |
---|---|---|
committer | Stephen Bennett <spb@gentoo.org> | 2005-07-12 12:19:38 +0000 |
commit | 6bbc8ddf038291efbd289d23f7b2d2b8dd092eb2 (patch) | |
tree | b6dd709d1f241d13a9ce15797b59a44e3ef4d541 /net-misc | |
parent | Cleaning old ebuilds/patches (diff) | |
download | gentoo-2-6bbc8ddf038291efbd289d23f7b2d2b8dd092eb2.tar.gz gentoo-2-6bbc8ddf038291efbd289d23f7b2d2b8dd092eb2.tar.bz2 gentoo-2-6bbc8ddf038291efbd289d23f7b2d2b8dd092eb2.zip |
mips stable #98394
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/dhcpcd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 763c2b3041b4..80dbbab031b1 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,9 @@ # 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.51 2005/07/11 23:00:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.52 2005/07/12 12:19:38 spb Exp $ + + 12 Jul 2005; Stephen Bennett <spb@gentoo.org> dhcpcd-1.3.22_p4-r11.ebuild: + mips stable for #98394 11 Jul 2005; Bryan Østergaard <kloeri@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 983e2704c279..fd7773774068 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.8 2005/07/11 23:00:02 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r11.ebuild,v 1.9 2005/07/12 12:19:38 spb 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" |