diff options
author | 2002-01-08 23:56:19 +0000 | |
---|---|---|
committer | 2002-01-08 23:56:19 +0000 | |
commit | ecec9005b1c3d7ff0bd8b48d95a9d7815f13d0b1 (patch) | |
tree | 89ea09e44834cbf6ddf7d617ddf250becc537837 /dev-libs | |
parent | Initial version. (diff) | |
download | historical-ecec9005b1c3d7ff0bd8b48d95a9d7815f13d0b1.tar.gz historical-ecec9005b1c3d7ff0bd8b48d95a9d7815f13d0b1.tar.bz2 historical-ecec9005b1c3d7ff0bd8b48d95a9d7815f13d0b1.zip |
Added glibc dependency.
Diffstat (limited to 'dev-libs')
-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 |