summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 14:02:34 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 14:02:34 +0000
commit790de74a911f6973969d6fc548d0b7b003308969 (patch)
tree80947ae994c286862bd8563f7fbb99615627c59b /dev-libs/asyncresolv
parentdon't dep on arch for gnuconfig_update (diff)
downloadhistorical-790de74a911f6973969d6fc548d0b7b003308969.tar.gz
historical-790de74a911f6973969d6fc548d0b7b003308969.tar.bz2
historical-790de74a911f6973969d6fc548d0b7b003308969.zip
glibc -> libc
Diffstat (limited to 'dev-libs/asyncresolv')
-rw-r--r--dev-libs/asyncresolv/Manifest4
-rw-r--r--dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/asyncresolv/Manifest b/dev-libs/asyncresolv/Manifest
index 16096133c14c..15ed0ca958ba 100644
--- a/dev-libs/asyncresolv/Manifest
+++ b/dev-libs/asyncresolv/Manifest
@@ -1,4 +1,4 @@
-MD5 2c3158204cfb4b9c36b8bc78e8421b16 metadata.xml 223
+MD5 520e911b040f7cf91c892e36cf6be37c asyncresolv-0.0.3.ebuild 615
MD5 7e2bcf18faeafe5bc5dd7621dd62b340 ChangeLog 343
-MD5 0e4c2d1bb59ccd313b32ce4591fc7f6a asyncresolv-0.0.3.ebuild 615
+MD5 2c3158204cfb4b9c36b8bc78e8421b16 metadata.xml 223
MD5 52282e7dac280bc79a8a23f2869642f7 files/digest-asyncresolv-0.0.3 69
diff --git a/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild b/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
index 7a9dab0040de..60aa93f98bc0 100644
--- a/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
+++ b/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild,v 1.1 2004/07/14 09:04:39 jhhudso Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild,v 1.2 2004/07/14 14:02:34 agriffis Exp $
DESCRIPTION="Asynchronous DNS query library written in C++"
HOMEPAGE="http://asyncresolv.sourceforge.net/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
make install DESTDIR=${D} || die "install failed"