summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-03 01:16:38 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-12-03 01:16:38 +0000
commit8e7933ef788cfdfa4aaa195a4bb61743d210dabf (patch)
treef830a74d1206a404f8ab26be64f56d9bb2b243dd /net-p2p/dchub
parentadd ~arm (bug 302981) (diff)
downloadgentoo-2-8e7933ef788cfdfa4aaa195a4bb61743d210dabf.tar.gz
gentoo-2-8e7933ef788cfdfa4aaa195a4bb61743d210dabf.tar.bz2
gentoo-2-8e7933ef788cfdfa4aaa195a4bb61743d210dabf.zip
Properly rebuild autotools (in latest version) rather than relying on maintainer-mode triggered rebuilds.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/dchub')
-rw-r--r--net-p2p/dchub/ChangeLog8
-rw-r--r--net-p2p/dchub/dchub-0.5.2.ebuild9
2 files changed, 10 insertions, 7 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index c926c66cc15f..4b8b74f6f87c 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/dchub
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.24 2009/12/22 21:18:18 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.25 2010/12/03 01:16:38 flameeyes Exp $
+
+ 03 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> dchub-0.5.2.ebuild:
+ Properly rebuild autotools (in latest version) rather than relying on
+ maintainer-mode triggered rebuilds.
22 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> dchub-0.5.2.ebuild:
Fix obvious typo.
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild
index 1435c449e901..dd6c170e4ad0 100644
--- a/net-p2p/dchub/dchub-0.5.2.ebuild
+++ b/net-p2p/dchub/dchub-0.5.2.ebuild
@@ -1,9 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.12 2009/12/22 21:18:18 flameeyes Exp $
-
-WANT_AUTOCONF="latest"
-WANT_AUTOMAKE="1.4"
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.13 2010/12/03 01:16:38 flameeyes Exp $
inherit eutils autotools
@@ -32,6 +29,8 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}/${P}-amd64.patch"
+
+ eautoreconf
}
src_install() {