diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-04-15 21:46:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-04-15 21:46:44 +0000 |
commit | 3f5c1e51d3f9db002c8a2d221fd3b32a7c6fcf2a (patch) | |
tree | 6e111de118296550c20439cee153145bbff8d71a /eclass | |
parent | Mark m68k stable. (diff) | |
download | gentoo-2-3f5c1e51d3f9db002c8a2d221fd3b32a7c6fcf2a.tar.gz gentoo-2-3f5c1e51d3f9db002c8a2d221fd3b32a7c6fcf2a.tar.bz2 gentoo-2-3f5c1e51d3f9db002c8a2d221fd3b32a7c6fcf2a.zip |
drop automake 1.11 from dep list now that 1.12 is stable everywhere
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 9ec87d006531..88ca9bc560e4 100644 --- a/eclass/autotools.eclass +++ b/eclass/autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.151 2013/01/28 04:13:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.152 2013/04/15 21:46:44 vapier Exp $ # @ECLASS: autotools.eclass # @MAINTAINER: @@ -43,7 +43,7 @@ inherit libtool multiprocessing # 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.11.1:1.11 1.12:1.12 ) +_LATEST_AUTOMAKE=( 1.12:1.12 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf" |