summaryrefslogtreecommitdiff
path: root/eclass
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
commit43871a185e86b5d3a739ab5d36b02f1c5f431e41 (patch)
tree6fa281a65e188b90a88d7e0279ef12248db4b5a6 /eclass
parentRevert unrelated style changes of previous commit. (diff)
downloadhistorical-43871a185e86b5d3a739ab5d36b02f1c5f431e41.tar.gz
historical-43871a185e86b5d3a739ab5d36b02f1c5f431e41.tar.bz2
historical-43871a185e86b5d3a739ab5d36b02f1c5f431e41.zip
Bump latest unstable automake version to 1.15
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/autotools.eclass6
2 files changed, 7 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index f119570700b4..9bbc256f2c0e 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1501 2015/01/05 18:15:06 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1502 2015/01/08 23:26:56 polynomial-c Exp $
+
+ 08 Jan 2015; Lars Wendler <polynomial-c@gentoo.org> autotools.eclass:
+ Bump latest unstable automake version to 1.15.
05 Jan 2015; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-plugin-2.eclass:
better readable description
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"