diff options
author | 2013-05-18 20:44:37 +0000 | |
---|---|---|
committer | 2013-05-18 20:44:37 +0000 | |
commit | 92668400f8edaaa67437820476281c21ab510860 (patch) | |
tree | 278493116b615d479c92dcf4919e5336b8edb110 /dev-libs/zthread | |
parent | Stable for alpha, wrt bug #463050 (diff) | |
download | gentoo-2-92668400f8edaaa67437820476281c21ab510860.tar.gz gentoo-2-92668400f8edaaa67437820476281c21ab510860.tar.bz2 gentoo-2-92668400f8edaaa67437820476281c21ab510860.zip |
Stable for alpha, wrt bug #463040
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index 6a69f17553a8..4b2d9b05b447 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/zthread # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.36 2013/05/16 13:03:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.37 2013/05/18 20:44:37 ago Exp $ + + 18 May 2013; Agostino Sarubbo <ago@gentoo.org> zthread-2.3.2-r3.ebuild: + Stable for alpha, wrt bug #463040 16 May 2013; Agostino Sarubbo <ago@gentoo.org> zthread-2.3.2-r3.ebuild: Stable for ppc, wrt bug #463040 diff --git a/dev-libs/zthread/zthread-2.3.2-r3.ebuild b/dev-libs/zthread/zthread-2.3.2-r3.ebuild index 67977c9a50ef..65778323ae4a 100644 --- a/dev-libs/zthread/zthread-2.3.2-r3.ebuild +++ b/dev-libs/zthread/zthread-2.3.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r3.ebuild,v 1.4 2013/05/16 13:03:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r3.ebuild,v 1.5 2013/05/18 20:44:37 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ~hppa ~mips ppc ~sparc ~x86" IUSE="debug doc kernel_linux static-libs" DEPEND="doc? ( app-doc/doxygen )" |