diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-13 06:28:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-13 06:28:26 +0000 |
commit | 000bacbda09912352b6ae65efc23bc3caa76a93f (patch) | |
tree | 37a0850ed00ce6f5de928a6c60e22492f595882f /dev-libs/zthread | |
parent | IUSE (diff) | |
download | historical-000bacbda09912352b6ae65efc23bc3caa76a93f.tar.gz historical-000bacbda09912352b6ae65efc23bc3caa76a93f.tar.bz2 historical-000bacbda09912352b6ae65efc23bc3caa76a93f.zip |
sync IUSE
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/zthread-1.5.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.2.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/zthread/zthread-1.5.3.ebuild b/dev-libs/zthread/zthread-1.5.3.ebuild index 2e9e315aa165..7b26d2e8f7ed 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.17 2004/07/02 04:58:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-1.5.3.ebuild,v 1.18 2004/07/13 06:28:26 mr_bones_ Exp $ DESCRIPTION="platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -8,8 +8,8 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 sparc" +IUSE="debug" DEPEND="virtual/libc" diff --git a/dev-libs/zthread/zthread-2.2.10-r1.ebuild b/dev-libs/zthread/zthread-2.2.10-r1.ebuild index 15a99653aa9a..2ae5147e420f 100644 --- a/dev-libs/zthread/zthread-2.2.10-r1.ebuild +++ b/dev-libs/zthread/zthread-2.2.10-r1.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-2.2.10-r1.ebuild,v 1.8 2004/07/02 04:58:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.2.10-r1.ebuild,v 1.9 2004/07/13 06:28:26 mr_bones_ Exp $ inherit eutils @@ -10,8 +10,8 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="x86 ~sparc ~ppc ~alpha ~mips ~hppa" +IUSE="debug" DEPEND="virtual/libc" diff --git a/dev-libs/zthread/zthread-2.3.1.ebuild b/dev-libs/zthread/zthread-2.3.1.ebuild index 0dd7030c261d..a914c96ae7ad 100644 --- a/dev-libs/zthread/zthread-2.3.1.ebuild +++ b/dev-libs/zthread/zthread-2.3.1.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-2.3.1.ebuild,v 1.7 2004/07/02 04:58:18 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.8 2004/07/13 06:28:26 mr_bones_ Exp $ DESCRIPTION="a platform-independent object-oriented threading architecture" HOMEPAGE="http://www.cs.buffalo.edu/~crahen/projects/zthread/" @@ -8,8 +8,8 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -IUSE="" KEYWORDS="~x86 ~sparc ~ppc alpha ~mips ~hppa ~amd64" +IUSE="debug" DEPEND="virtual/libc" |