diff options
author | 2006-09-21 03:06:18 +0000 | |
---|---|---|
committer | 2006-09-21 03:06:18 +0000 | |
commit | bd599a0f4c4767709cfce1f723b52c1a97bf7c39 (patch) | |
tree | 8c678a885c6d536af545fe8092e2d75eeb73ff60 /eclass/autotools.eclass | |
parent | Stable on amd64 (bug #148401). (diff) | |
download | historical-bd599a0f4c4767709cfce1f723b52c1a97bf7c39.tar.gz historical-bd599a0f4c4767709cfce1f723b52c1a97bf7c39.tar.bz2 historical-bd599a0f4c4767709cfce1f723b52c1a97bf7c39.zip |
force autoconf-2.59+ as that is safe
Diffstat (limited to 'eclass/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index ce1784698626..68b91829f439 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.43 2006/09/20 19:10:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.44 2006/09/21 03:06:18 vapier Exp $ # # Author: Diego Pettenò <flameeyes@gentoo.org> # Enhancements: Martin Schlemmer <azarah@gentoo.org> @@ -18,7 +18,7 @@ _autoconf_atom="sys-devel/autoconf" if [[ -n ${WANT_AUTOCONF} ]]; then case ${WANT_AUTOCONF} in 2.1) _autoconf_atom="=sys-devel/autoconf-${WANT_AUTOCONF}*" ;; - 2.5) _autoconf_atom=">=sys-devel/autoconf-2.50" ;; + 2.5) _autoconf_atom=">=sys-devel/autoconf-2.59" ;; esac fi DEPEND="${_automake_atom} |