diff options
author | Peter Volkov <pva@gentoo.org> | 2010-06-18 10:25:09 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-06-18 10:25:09 +0000 |
commit | 6781eb48885cc7b30636e7b26072136be79dfc1e (patch) | |
tree | 580c79b7c09498885c6ea4b8fc09ce708d69e04a /net-p2p | |
parent | New addition #289912 (diff) | |
download | historical-6781eb48885cc7b30636e7b26072136be79dfc1e.tar.gz historical-6781eb48885cc7b30636e7b26072136be79dfc1e.tar.bz2 historical-6781eb48885cc7b30636e7b26072136be79dfc1e.zip |
Avoid eautoreconf until upstream provides package with m4 directory, fixes bug #324441, thank Heltem for report. Andrea Pinazzi and Xake for pushing this upstream.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-2.00.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index e160637c7c51..f6faf6f46954 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.117 2010/06/17 09:34:50 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.118 2010/06/18 10:25:09 pva Exp $ + + 18 Jun 2010; Peter Volkov <pva@gentoo.org> transmission-2.00.ebuild: + Avoid eautoreconf until upstream provides package with m4 directory, fixes + bug #324441, thank Heltem for report. Andrea Pinazzi and Xake for pushing + this upstream. 17 Jun 2010; Peter Volkov <pva@gentoo.org> transmission-2.00.ebuild: Fix build problem due to missed m4 directory, bug #324425, thank Nikolay diff --git a/net-p2p/transmission/transmission-2.00.ebuild b/net-p2p/transmission/transmission-2.00.ebuild index de27f018d2bd..635b813b2e5f 100644 --- a/net-p2p/transmission/transmission-2.00.ebuild +++ b/net-p2p/transmission/transmission-2.00.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.00.ebuild,v 1.3 2010/06/17 09:34:50 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.00.ebuild,v 1.4 2010/06/18 10:25:09 pva Exp $ EAPI=2 -inherit autotools eutils fdo-mime gnome2-utils qt4-r2 +inherit eutils fdo-mime gnome2-utils qt4-r2 DESCRIPTION="A Fast, Easy and Free BitTorrent client" HOMEPAGE="http://www.transmissionbt.com/" @@ -36,9 +36,7 @@ DEPEND="${RDEPEND} sys-apps/sed" src_prepare() { - sed -i -e 's:-ggdb3::g' configure.ac || die - sed -i -e '/ACLOCAL_AMFLAGS/d' Makefile.am || die - eautoreconf + sed -i -e 's:-ggdb3::g' configure || die } src_configure() { |