diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:40:32 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 16:40:32 +0000 |
commit | 4347a731b118d58b77124f3657e1622c3d1f94f9 (patch) | |
tree | 0c45a44432f116cbc030468def4b9eb83885a6bf /dev-libs/zthread | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.tar.gz gentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.tar.bz2 gentoo-2-4347a731b118d58b77124f3657e1622c3d1f94f9.zip |
Fix use invocation
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index 1229895f7bf7..904176825922 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/zthread # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.9 2004/05/23 23:49:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.10 2004/06/03 16:39:22 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> zthread-1.5.3.ebuild: + Fix use invocation 24 May 2004; Bryan Østergaard <kloeri@gentoo.org> zthread-2.3.1.ebuild: Stable on alpha. diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index aa69d998bb93..5fe8b0a028d6 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 Technologies, Inc. # 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.13 2004/03/14 12:28:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.14 2004/06/03 16:39:22 agriffis Exp $ DESCRIPTION="platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -16,7 +16,7 @@ S=${WORKDIR}/ZThread-${PV} src_compile() { local myconf - [ `use debug` ] \ + use debug \ && myconf="--enable-debug=yes" \ || myconf="--enable-debug=no" econf ${myconf} || die "./configure failed" |