diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-01-08 23:56:19 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-01-08 23:56:19 +0000 |
commit | 16cf76bc55490c6da0663771594c7f660c439620 (patch) | |
tree | 8a4b5693195e58ca9d5d0d295d0b7ece8ad7c329 /dev-libs/zthread | |
parent | Initial version. (diff) | |
download | gentoo-2-16cf76bc55490c6da0663771594c7f660c439620.tar.gz gentoo-2-16cf76bc55490c6da0663771594c7f660c439620.tar.bz2 gentoo-2-16cf76bc55490c6da0663771594c7f660c439620.zip |
Added glibc dependency.
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/zthread-1.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index a2607991a5bf..484873824510 100644 --- a/dev-libs/zthread/zthread-1.5.3.ebuild +++ b/dev-libs/zthread/zthread-1.5.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A Platform-Independent Object-Oriented Threading Architecture" SRC_URI="http://prdownloads.sourceforge.net/zthread/ZThread-${PV}.tar.gz" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" -DEPEND="" +DEPEND=">=sys-libs/glibc-2.2.4" src_compile() { local myconf |