diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-02-20 08:10:28 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-02-20 08:10:28 +0000 |
commit | e3f28defaac3e237071e059923cd4ca465bcdfb8 (patch) | |
tree | f711231906d9ed592a5d36576509e6bb7ca2285b /dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild | |
parent | metadata.xml cleanup (diff) | |
download | historical-e3f28defaac3e237071e059923cd4ca465bcdfb8.tar.gz historical-e3f28defaac3e237071e059923cd4ca465bcdfb8.tar.bz2 historical-e3f28defaac3e237071e059923cd4ca465bcdfb8.zip |
Removing DEPEND on virtual/libc
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild')
-rw-r--r-- | dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild b/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild index 002850a2c04e..4455e5a94938 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-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.5 2005/10/29 04:18:00 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/asyncresolv/asyncresolv-0.0.3.ebuild,v 1.6 2006/02/20 08:10:28 halcy0n Exp $ DESCRIPTION="Asynchronous DNS query library written in C++" HOMEPAGE="http://asyncresolv.sourceforge.net/" @@ -11,10 +11,10 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_install() { - make install DESTDIR=${D} || die "install failed" + make install DESTDIR="${D}" || die "install failed" dodoc AUTHORS COPYING* ChangeLog INSTALL README TODO dohtml doc/index.html |