diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 13:02:15 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 13:02:15 +0000 |
commit | 1dd8d58bb5926bdc6a2cef84599a88930f464cd3 (patch) | |
tree | b51274fb3b450c918bcae147197ce337e293e4cf /dev-libs/zthread | |
parent | new version for silva 1.1.4 (diff) | |
download | gentoo-2-1dd8d58bb5926bdc6a2cef84599a88930f464cd3.tar.gz gentoo-2-1dd8d58bb5926bdc6a2cef84599a88930f464cd3.tar.bz2 gentoo-2-1dd8d58bb5926bdc6a2cef84599a88930f464cd3.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index 46755e58f6be..b78dbbe1fe9b 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/zthread # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.16 2005/04/22 09:45:10 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.17 2005/04/24 12:58:22 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> zthread-2.3.1.ebuild: + Stable on ppc. 22 Apr 2005; Simon Stelling <blubb@gentoo.org> zthread-2.3.1.ebuild: stable on amd64 diff --git a/dev-libs/zthread/zthread-2.3.1.ebuild b/dev-libs/zthread/zthread-2.3.1.ebuild index 97ad5ba4a81f..c9a50ca5be49 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-2005 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.11 2005/04/22 09:45:10 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.1.ebuild,v 1.12 2005/04/24 12:58:22 hansmi Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/zthread/ZThread-${PV}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 sparc ~ppc alpha ~mips ~hppa amd64" +KEYWORDS="x86 sparc ppc alpha ~mips ~hppa amd64" IUSE="debug" DEPEND="virtual/libc" |