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 AF30B138D1A for ; Fri, 17 Jul 2015 09:36:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B7B3E0851; Fri, 17 Jul 2015 09:36:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15C58E0851 for ; Fri, 17 Jul 2015 09:36:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66446340C75 for ; Fri, 17 Jul 2015 09:36:25 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id 23D20B6; Fri, 17 Jul 2015 09:36:24 +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: <20150717093624.23D20B6@oystercatcher.gentoo.org> Date: Fri, 17 Jul 2015 09:36:24 +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: f53f3cd2-190f-46c7-9fab-f7c156e1289e X-Archives-Hash: 667627b6e779c7a9cd0f5e8d2a62a04e vapier 15/07/17 09:36:24 Modified: autotools.eclass Log: update automake version to match stable ebuilds #553738 Revision Changes Path 1.177 eclass/autotools.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.177&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?rev=1.177&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools.eclass?r1=1.176&r2=1.177 Index: autotools.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v retrieving revision 1.176 retrieving revision 1.177 diff -u -r1.176 -r1.177 --- autotools.eclass 3 Jun 2015 04:06:08 -0000 1.176 +++ autotools.eclass 17 Jul 2015 09:36:24 -0000 1.177 @@ -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 @@ # 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.14.1:1.14 1.15:1.15 ) +_LATEST_AUTOMAKE=( 1.15:1.15 ) _automake_atom="sys-devel/automake" _autoconf_atom="sys-devel/autoconf"