diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:31:07 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:31:07 +0000 |
commit | 43c4d09bae34202314c73d3fe79c686831be9d88 (patch) | |
tree | 7c8fa71386ca082e0fb1b0d627c0de901affbcc9 /net-libs/libtlen | |
parent | virtual/glibc -> virtual/libc (Manifest recommit) (diff) | |
download | gentoo-2-43c4d09bae34202314c73d3fe79c686831be9d88.tar.gz gentoo-2-43c4d09bae34202314c73d3fe79c686831be9d88.tar.bz2 gentoo-2-43c4d09bae34202314c73d3fe79c686831be9d88.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-libs/libtlen')
-rw-r--r-- | net-libs/libtlen/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtlen/libtlen-20031114.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtlen/ChangeLog b/net-libs/libtlen/ChangeLog index 768baeb26026..70e582bd3e94 100644 --- a/net-libs/libtlen/ChangeLog +++ b/net-libs/libtlen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtlen # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.4 2004/06/24 23:15:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/ChangeLog,v 1.5 2004/07/01 22:27:07 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + libtlen-20031114.ebuild: + virtual/glibc -> virtual/libc 23 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> libtlen-20031114.ebuild: diff --git a/net-libs/libtlen/libtlen-20031114.ebuild b/net-libs/libtlen/libtlen-20031114.ebuild index 63ced2ea3175..eafbff9161c4 100644 --- a/net-libs/libtlen/libtlen-20031114.ebuild +++ b/net-libs/libtlen/libtlen-20031114.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-libs/libtlen/libtlen-20031114.ebuild,v 1.6 2004/06/24 23:15:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtlen/libtlen-20031114.ebuild,v 1.7 2004/07/01 22:27:07 eradicator Exp $ DESCRIPTION="Support library for Tlen IMS" HOMEPAGE="http://libtlen.eu.org/" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf \ |