summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-11-30 06:00:16 +0000
committerMike Frysinger <vapier@gentoo.org>2013-11-30 06:00:16 +0000
commitffe51da0beb53d7f5daa8cd94f736f5297f78e5c (patch)
treeae4ea1839a69084e4651ccb89e3ce1772b4075d7 /eclass
parentStick to EAPI=4 for now. (diff)
downloadgentoo-2-ffe51da0beb53d7f5daa8cd94f736f5297f78e5c.tar.gz
gentoo-2-ffe51da0beb53d7f5daa8cd94f736f5297f78e5c.tar.bz2
gentoo-2-ffe51da0beb53d7f5daa8cd94f736f5297f78e5c.zip
shift 1.12 out of _LATEST_AUTOMAKE as 1.13 is stable, and shift in 1.14 #474600
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 f8d575ad94eb..8e000984c8a0 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.156 2013/04/28 21:55:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.157 2013/11/30 06:00:16 vapier Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -46,7 +46,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.12:1.12 1.13:1.13 )
+_LATEST_AUTOMAKE=( 1.13:1.13 1.14:1.14 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"