diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-17 09:36:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-17 09:36:24 +0000 |
commit | 5f701d4e8b831b4d5b21f6a29e48fc520a8b86ce (patch) | |
tree | babc9a297ba8f135d720b2c76efe07784cdf9eaf /eclass | |
parent | Mark stable for all #553738. (diff) | |
download | gentoo-2-5f701d4e8b831b4d5b21f6a29e48fc520a8b86ce.tar.gz gentoo-2-5f701d4e8b831b4d5b21f6a29e48fc520a8b86ce.tar.bz2 gentoo-2-5f701d4e8b831b4d5b21f6a29e48fc520a8b86ce.zip |
update automake version to match stable ebuilds #553738
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 481a18a19002..fa8122bcf9ad 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.176 2015/06/03 04:06:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.177 2015/07/17 09:36:24 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.14.1:1.14 1.15:1.15 ) +_LATEST_AUTOMAKE=( 1.15:1.15 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |