summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-03-20 15:29:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-03-20 15:29:46 +0000
commit12468dab2bb20c2d55e026105cee0af73ef6e2c7 (patch)
treed896b2667f7a0d81a2998139ee7001acbba987cc /eclass
parentremove old version (diff)
downloadgentoo-2-12468dab2bb20c2d55e026105cee0af73ef6e2c7.tar.gz
gentoo-2-12468dab2bb20c2d55e026105cee0af73ef6e2c7.tar.bz2
gentoo-2-12468dab2bb20c2d55e026105cee0af73ef6e2c7.zip
Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/autotools.eclass4
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index bcd956e3b31c..16384c38390f 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.173 2012/03/19 08:52:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.174 2012/03/20 15:29:46 ssuominen Exp $
+
+ 20 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> autotools.eclass:
+ Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981
19 Mar 2012; Michał Górny <mgorny@gentoo.org> vcs-snapshot.eclass:
Fix old eclass name in die-message.
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 6e16ab0a2d61..f7471b14db5c 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.122 2012/02/20 02:54:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.123 2012/03/20 15:29:46 ssuominen Exp $
# @ECLASS: autotools.eclass
# @MAINTAINER:
@@ -41,7 +41,7 @@ inherit eutils libtool
# If a newer version is stable on any arch, and is NOT reflected in this list,
# then circular dependencies may arise during emerge @system bootstraps.
# Do NOT change this variable in your ebuilds!
-_LATEST_AUTOMAKE='1.11'
+_LATEST_AUTOMAKE='1.11.1'
_automake_atom="sys-devel/automake"
_autoconf_atom="sys-devel/autoconf"