diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-20 15:32:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-20 15:32:02 +0000 |
commit | 4786cffb9eaad1770e88a55e44b563aaaca1ce3a (patch) | |
tree | 5271d1b24f38d072928491ab42cd95883833cf00 /eclass | |
parent | Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981 (diff) | |
download | gentoo-2-4786cffb9eaad1770e88a55e44b563aaaca1ce3a.tar.gz gentoo-2-4786cffb9eaad1770e88a55e44b563aaaca1ce3a.tar.bz2 gentoo-2-4786cffb9eaad1770e88a55e44b563aaaca1ce3a.zip |
Revert for a minute.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/autotools.eclass | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 16384c38390f..3f53dcbb66ac 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $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 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.175 2012/03/20 15:32:02 ssuominen Exp $ 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 f7471b14db5c..fe8d29056ec1 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.123 2012/03/20 15:29:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.124 2012/03/20 15:32:02 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.1' +_LATEST_AUTOMAKE='1.11' _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |