diff options
author | 2012-06-08 04:55:39 +0000 | |
---|---|---|
committer | 2012-06-08 04:55:39 +0000 | |
commit | 3aae7f718d6d697bbff1097c44d44e9e3401b139 (patch) | |
tree | 5ed20be8bc8b7222b1b2ca244b8dc4813dd0da4c /eclass | |
parent | ppc stable (bug 414963) (diff) | |
download | historical-3aae7f718d6d697bbff1097c44d44e9e3401b139.tar.gz historical-3aae7f718d6d697bbff1097c44d44e9e3401b139.tar.bz2 historical-3aae7f718d6d697bbff1097c44d44e9e3401b139.zip |
add automake-1.12 to the list so people with only that version installed can build things #419459 by Oleg
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass index bdc8867dc770..e1da7a156b81 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.146 2012/06/07 06:00:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.147 2012/06/08 04:55:39 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -42,8 +42,8 @@ inherit libtool multiprocessing # then circular dependencies may arise during emerge @system bootstraps. # Do NOT change this variable in your ebuilds! # If you want to force a newer minor version, you can specify the correct -# WANT value by using a colon: <PV>[:<WANT_AUTOMAKE>] -_LATEST_AUTOMAKE=( 1.11.1:1.11 ) +# WANT value by using a colon: <PV>:<WANT_AUTOMAKE> +_LATEST_AUTOMAKE=( 1.11.1:1.11 1.12:1.12 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |