From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EB0031382C5 for ; Fri, 5 Jan 2018 22:07:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B17BE0930; Fri, 5 Jan 2018 22:07:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D681E0930 for ; Fri, 5 Jan 2018 22:07:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37026335C3B for ; Fri, 5 Jan 2018 22:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732E71AB for ; Fri, 5 Jan 2018 22:07:30 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1515190017.451c677027a198fb0efbe8048d184a931ba88590.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gdal/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gdal/gdal-2.0.2-r3.ebuild sci-libs/gdal/gdal-2.0.3.ebuild X-VCS-Directories: sci-libs/gdal/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 451c677027a198fb0efbe8048d184a931ba88590 X-VCS-Branch: master Date: Fri, 5 Jan 2018 22:07:30 +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: 2e35d13e-e8ad-4478-b599-9a5a7f758fc2 X-Archives-Hash: fe2a9b91458d3034d775af3e96d272b1 commit: 451c677027a198fb0efbe8048d184a931ba88590 Author: David Seifert gentoo org> AuthorDate: Fri Jan 5 22:06:57 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jan 5 22:06:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451c6770 sci-libs/gdal: [QA] Rely on default value of WANT_AUTOCONF * Specifying WANT_AUTOCONF=2.5 is unnecessary as this will choose the most recent version of Autoconf anyways. It only impedes future bumps of Autoconf. Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-libs/gdal/gdal-2.0.2-r3.ebuild | 4 +--- sci-libs/gdal/gdal-2.0.3.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sci-libs/gdal/gdal-2.0.2-r3.ebuild b/sci-libs/gdal/gdal-2.0.2-r3.ebuild index 4a713012e98..836f98c0938 100644 --- a/sci-libs/gdal/gdal-2.0.2-r3.ebuild +++ b/sci-libs/gdal/gdal-2.0.2-r3.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -WANT_AUTOCONF="2.5" - GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python2_7 python3_4 ) DISTUTILS_OPTIONAL=1 diff --git a/sci-libs/gdal/gdal-2.0.3.ebuild b/sci-libs/gdal/gdal-2.0.3.ebuild index 74f1aa7ecb3..ee3dfedc4d8 100644 --- a/sci-libs/gdal/gdal-2.0.3.ebuild +++ b/sci-libs/gdal/gdal-2.0.3.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" -WANT_AUTOCONF="2.5" - GENTOO_DEPEND_ON_PERL="no" PYTHON_COMPAT=( python2_7 python3_{4,5} ) DISTUTILS_OPTIONAL=1