summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-22 21:33:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-22 21:33:03 +0000
commit4d092c82bb63b4cd80999041524e55872afe6756 (patch)
treef2b4203876d7928804a1fae4708141ec6e7b55cc /dev-lang/wml
parentVersion bump. (diff)
downloadgentoo-2-4d092c82bb63b4cd80999041524e55872afe6756.tar.gz
gentoo-2-4d092c82bb63b4cd80999041524e55872afe6756.tar.bz2
gentoo-2-4d092c82bb63b4cd80999041524e55872afe6756.zip
Fix autotools handling, thanks to Patrick Lauer for reporting in bug #151922.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'dev-lang/wml')
-rw-r--r--dev-lang/wml/ChangeLog5
-rw-r--r--dev-lang/wml/wml-2.0.9-r1.ebuild7
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-lang/wml/ChangeLog b/dev-lang/wml/ChangeLog
index c94719a33463..7390876348c5 100644
--- a/dev-lang/wml/ChangeLog
+++ b/dev-lang/wml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/wml
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/ChangeLog,v 1.26 2006/10/20 21:38:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/ChangeLog,v 1.27 2006/10/22 21:33:03 flameeyes Exp $
+
+ 22 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> wml-2.0.9-r1.ebuild:
+ Fix autotools handling, thanks to Patrick Lauer for reporting in bug #151922.
20 Oct 2006; Michael Cummings <mcummings@gentoo.org> wml-2.0.9-r1.ebuild:
Marking amd64 stable
diff --git a/dev-lang/wml/wml-2.0.9-r1.ebuild b/dev-lang/wml/wml-2.0.9-r1.ebuild
index 95479be2b2e2..09a81a8e1fba 100644
--- a/dev-lang/wml/wml-2.0.9-r1.ebuild
+++ b/dev-lang/wml/wml-2.0.9-r1.ebuild
@@ -1,6 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/wml-2.0.9-r1.ebuild,v 1.9 2006/10/20 21:38:26 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/wml/wml-2.0.9-r1.ebuild,v 1.10 2006/10/22 21:33:03 flameeyes Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
inherit fixheadtails eutils autotools multilib
@@ -26,7 +29,7 @@ src_unpack() {
for d in $(find "${S}" \( -name configure.ac -o -name configure.in \) -exec dirname {} \;); do
pushd ${d} &>/dev/null
- WANT_AUTOCONF="2.5" AT_NOELIBTOOLIZE="yes" eautoreconf
+ AT_NOELIBTOOLIZE="yes" eautoreconf
popd &>/dev/null
done