From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 596171381F3 for ; Mon, 15 Apr 2013 21:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3EEAE0ACF; Mon, 15 Apr 2013 21:46:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8403FE0ACF for ; Mon, 15 Apr 2013 21:46:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61C0033DBF4 for ; Mon, 15 Apr 2013 21:46:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 2B2DE2171D; Mon, 15 Apr 2013 21:46:44 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: autotools.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: autotools.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130415214644.2B2DE2171D@flycatcher.gentoo.org> Date: Mon, 15 Apr 2013 21:46:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2921c0b8-2c2b-4cb9-baa8-27a2b4fe6099 X-Archives-Hash: 99bb44acdf5adabbe16a2c6295f97176 vapier 13/04/15 21:46:44 Modified: autotools.eclass Log: drop automake 1.11 from dep list now that 1.12 is stable everywhere Revision Changes Path 1.152 eclass/autotools.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.152&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.152&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?r1=1.151&r2=1.152 Index: autotools.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v retrieving revision 1.151 retrieving revision 1.152 diff -u -r1.151 -r1.152 --- autotools.eclass 28 Jan 2013 04:13:00 -0000 1.151 +++ autotools.eclass 15 Apr 2013 21:46:44 -0000 1.152 @@ -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 @@ # 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: : -_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"