summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-04-15 21:46:44 +0000
committerMike Frysinger <vapier@gentoo.org>2013-04-15 21:46:44 +0000
commit00caee58317a36c98ba789b56c1f704c22fa0c41 (patch)
tree85681c38ee25e11181dac86790ded8ecd9ab19d0 /eclass
parentMark m68k stable. (diff)
downloadhistorical-00caee58317a36c98ba789b56c1f704c22fa0c41.tar.gz
historical-00caee58317a36c98ba789b56c1f704c22fa0c41.tar.bz2
historical-00caee58317a36c98ba789b56c1f704c22fa0c41.zip
drop automake 1.11 from dep list now that 1.12 is stable everywhere
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 9ec87d006531..88ca9bc560e4 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.151 2013/01/28 04:13:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.152 2013/04/15 21:46:44 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -43,7 +43,7 @@ inherit libtool multiprocessing
# 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 1.12:1.12 )
+_LATEST_AUTOMAKE=( 1.12:1.12 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"