diff options
-rw-r--r-- | dev-cpp/poslib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/poslib/poslib-1.0.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-cpp/poslib/ChangeLog b/dev-cpp/poslib/ChangeLog index 5f351e0b34f0..2786b8b38589 100644 --- a/dev-cpp/poslib/ChangeLog +++ b/dev-cpp/poslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/poslib # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.7 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.8 2004/06/29 15:16:46 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> poslib-1.0.2.ebuild, + poslib-1.0.4.ebuild: + glibc -> libc 23 Apr 2004; David Holm <dholm@gentoo.org> poslib-1.0.4.ebuild: Added to ~ppc. 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 \ diff --git a/dev-cpp/poslib/poslib-1.0.4.ebuild b/dev-cpp/poslib/poslib-1.0.4.ebuild index ce51b5555eef..14dc4ff77188 100644 --- a/dev-cpp/poslib/poslib-1.0.4.ebuild +++ b/dev-cpp/poslib/poslib-1.0.4.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.4.ebuild,v 1.3 2004/06/24 21:51:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.4.ebuild,v 1.4 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 ~ppc" IUSE="ipv6" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ |