From 1027e37470dffc664ea71f743d2c8c92aba8eba4 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Wed, 20 Sep 2006 18:55:44 +0000 Subject: Actually, we need autoconf >=2.50, because of the crazy versioning scheme of autoconf. --- eclass/autotools.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index ea6a8b2c22b1..c55abfa80d0b 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.41 2006/09/20 15:10:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.42 2006/09/20 18:55:44 flameeyes Exp $ # # Author: Diego Pettenò # Enhancements: Martin Schlemmer @@ -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.5" ;; + 2.5) _autoconf_atom=">=sys-devel/autoconf-2.50" ;; esac fi DEPEND="${_automake_atom} -- cgit v1.2.3-65-gdbad