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 | d4a610f3bca986538bae8511b1924e0ecb5cf7d9 (patch) | |
tree | 6476bf47128c588bbb98d9bb028f705b99485670 /eclass/autotools.eclass | |
parent | Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981 (diff) | |
download | historical-d4a610f3bca986538bae8511b1924e0ecb5cf7d9.tar.gz historical-d4a610f3bca986538bae8511b1924e0ecb5cf7d9.tar.bz2 historical-d4a610f3bca986538bae8511b1924e0ecb5cf7d9.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" |