diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-15 16:30:30 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-03-15 16:30:30 +0000 |
commit | 87adb85979766e650e750808e79c33b9d5d62e45 (patch) | |
tree | 5619114d76ba95400434e5118ab4c206b96b05a3 /dev-libs/zthread | |
parent | Version bump, fixes bug 358185. (diff) | |
download | gentoo-2-87adb85979766e650e750808e79c33b9d5d62e45.tar.gz gentoo-2-87adb85979766e650e750808e79c33b9d5d62e45.tar.bz2 gentoo-2-87adb85979766e650e750808e79c33b9d5d62e45.zip |
Rebuild autotools so that it won't fail to build with grep-2.7 (bug #356639).
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/zthread')
-rw-r--r-- | dev-libs/zthread/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/zthread/zthread-2.3.2-r1.ebuild | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/zthread/ChangeLog b/dev-libs/zthread/ChangeLog index cc4ca5869bbe..8f1e04e02510 100644 --- a/dev-libs/zthread/ChangeLog +++ b/dev-libs/zthread/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/zthread -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.29 2010/05/26 18:28:10 pacho Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/ChangeLog,v 1.30 2011/03/15 16:30:30 flameeyes Exp $ + + 15 Mar 2011; Diego E. Pettenò <flameeyes@gentoo.org> + zthread-2.3.2-r1.ebuild: + Rebuild autotools so that it won't fail to build with grep-2.7 (bug #356639). 26 May 2010; Pacho Ramos <pacho@gentoo.org> zthread-2.3.2-r1.ebuild: stable amd64, bug 315639 diff --git a/dev-libs/zthread/zthread-2.3.2-r1.ebuild b/dev-libs/zthread/zthread-2.3.2-r1.ebuild index 121ec064aa2d..99624b080297 100644 --- a/dev-libs/zthread/zthread-2.3.2-r1.ebuild +++ b/dev-libs/zthread/zthread-2.3.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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-r1.ebuild,v 1.7 2010/05/26 18:28:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r1.ebuild,v 1.8 2011/03/15 16:30:30 flameeyes Exp $ EAPI=2 -inherit eutils +inherit eutils autotools MY_P=ZThread-${PV} @@ -24,6 +24,8 @@ S=${WORKDIR}/${MY_P} src_prepare() { rm -f include/zthread/{.Barrier.h.swp,Barrier.h.orig} || die epatch "${FILESDIR}"/${P}-no-fpermissive.diff + + AT_M4DIR="share" eautoreconf } src_configure() { |