diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-05-20 05:57:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-05-20 05:57:38 +0000 |
commit | 044cacdf9154463484dd1e8b9977c788339cde53 (patch) | |
tree | 9113fdf2a316825a9408f744e32cbe5a4507e4e4 /eclass | |
parent | Mark stable for all #547876. (diff) | |
download | historical-044cacdf9154463484dd1e8b9977c788339cde53.tar.gz historical-044cacdf9154463484dd1e8b9977c788339cde53.tar.bz2 historical-044cacdf9154463484dd1e8b9977c788339cde53.zip |
bump min automake to 1.14.1 #547876
Diffstat (limited to '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 92c24db75b91..36b3ff06c3bc 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # 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.174 2015/03/19 19:27:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.175 2015/05/20 05:57:38 vapier 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.15:1.15 ) +_LATEST_AUTOMAKE=( 1.14.1:1.14 1.15:1.15 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |