summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-01-08 23:26:56 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-01-08 23:26:56 +0000
commitbe4cc849a3b306c0d74669211212d8de00570abd (patch)
treeeacb37e40827ef121e706e5330d98aa5170b5e51 /eclass/autotools.eclass
parentRevert unrelated style changes of previous commit. (diff)
downloadgentoo-2-be4cc849a3b306c0d74669211212d8de00570abd.tar.gz
gentoo-2-be4cc849a3b306c0d74669211212d8de00570abd.tar.bz2
gentoo-2-be4cc849a3b306c0d74669211212d8de00570abd.zip
Bump latest unstable automake version to 1.15
Diffstat (limited to 'eclass/autotools.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 dd721b1cd58b..0ef7dc88e13b 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.170 2014/11/21 09:17:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.171 2015/01/08 23:26:56 polynomial-c Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -56,7 +56,7 @@ inherit libtool
# 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.13:1.13 1.14:1.14 )
+_LATEST_AUTOMAKE=( 1.13:1.13 1.15:1.15 )
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"