diff options
author | 2012-03-20 15:32:02 +0000 | |
---|---|---|
committer | 2012-03-20 15:32:02 +0000 | |
commit | 4786cffb9eaad1770e88a55e44b563aaaca1ce3a (patch) | |
tree | 5271d1b24f38d072928491ab42cd95883833cf00 /eclass/autotools.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/autotools.eclass')
-rw-r--r-- | eclass/autotools.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
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" |