diff options
Diffstat (limited to 'dev-libs/zthread/zthread-1.5.3.ebuild')
-rw-r--r-- | dev-libs/zthread/zthread-1.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index 82e6dbc151fa..2e9e315aa165 100644 --- a/dev-libs/zthread/zthread-1.5.3.ebuild +++ b/dev-libs/zthread/zthread-1.5.3.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-libs/zthread/zthread-1.5.3.ebuild,v 1.16 2004/06/24 23:39:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.17 2004/07/02 04:58:18 eradicator Exp $ DESCRIPTION="platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -11,7 +11,7 @@ SLOT="0" IUSE="" KEYWORDS="x86 sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/ZThread-${PV} |