summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-06-08 04:55:39 +0000
committerMike Frysinger <vapier@gentoo.org>2012-06-08 04:55:39 +0000
commit3aae7f718d6d697bbff1097c44d44e9e3401b139 (patch)
tree5ed20be8bc8b7222b1b2ca244b8dc4813dd0da4c /eclass
parentppc stable (bug 414963) (diff)
downloadhistorical-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.eclass6
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"