diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:09:48 +0000 |
commit | 55ceffad45932384f3480ff233450734f9d60f2c (patch) | |
tree | 1b132f271e3349d9adcaeaf85d04c153e7080728 /net-misc/dhcpcd | |
parent | IUSE; sed in src_unpack (bug #55755); use emake; error check; tidy (diff) | |
download | historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.gz historical-55ceffad45932384f3480ff233450734f9d60f2c.tar.bz2 historical-55ceffad45932384f3480ff233450734f9d60f2c.zip |
virtual/glibc -> virtual/libc
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-r4.ebuild | 4 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog index 55115d5ee3ea..596a7cc14698 100644 --- a/net-misc/dhcpcd/ChangeLog +++ b/net-misc/dhcpcd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dhcpcd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.33 2004/06/24 23:41:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.34 2004/07/01 20:57:23 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> dhcpcd-1.3.22_p4-r4.ebuild, + dhcpcd-1.3.22_p4-r5.ebuild: + change virtual/glibc to virtual/libc 02 Jun 2004; Travis Tilley <lv@gentoo.org> dhcpcd-1.3.22_p4-r5.ebuild: stable on amd64 diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild index 921a294ca938..534c22b77aa2 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r4.ebuild,v 1.3 2004/06/24 23:41:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r4.ebuild,v 1.4 2004/07/01 20:57:23 squinky86 Exp $ inherit gnuconfig flag-o-matic eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64" IUSE="build static" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" PROVIDE="virtual/dhcpc" src_unpack() { diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild index 1ec1bfc6d994..b2ba195c95f1 100644 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild +++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r5.ebuild,v 1.5 2004/06/24 23:41:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r5.ebuild,v 1.6 2004/07/01 20:57:23 squinky86 Exp $ inherit gnuconfig flag-o-matic eutils @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm hppa ~mips amd64 ~ia64 ppc64 s390" IUSE="build static" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" PROVIDE="virtual/dhcpc" S=${WORKDIR}/${P/_p/-pl} |