diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:16:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 15:16:46 +0000 |
commit | 9e436eec5fc50853cc809b6203c6ce4b722793fa (patch) | |
tree | 7cf0a43a5af9631f53a3a7c0cec51267ed4da856 /dev-cpp/poslib/poslib-1.0.2.ebuild | |
parent | glibc --> libc (diff) | |
download | gentoo-2-9e436eec5fc50853cc809b6203c6ce4b722793fa.tar.gz gentoo-2-9e436eec5fc50853cc809b6203c6ce4b722793fa.tar.bz2 gentoo-2-9e436eec5fc50853cc809b6203c6ce4b722793fa.zip |
glibc -> libc
Diffstat (limited to 'dev-cpp/poslib/poslib-1.0.2.ebuild')
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/poslib/poslib-1.0.2.ebuild b/dev-cpp/poslib/poslib-1.0.2.ebuild index 5c7f576a0e86..5a2918855594 100644 --- a/dev-cpp/poslib/poslib-1.0.2.ebuild +++ b/dev-cpp/poslib/poslib-1.0.2.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/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.4 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.2.ebuild,v 1.5 2004/06/29 15:16:46 agriffis Exp $ DESCRIPTION="A library for creating C++ programs using the Domain Name System" HOMEPAGE="http://www.posadis.org/projects/poslib.php" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="ipv6" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ |