diff options
author | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-01-05 23:06:57 +0100 |
commit | 451c677027a198fb0efbe8048d184a931ba88590 (patch) | |
tree | 7eadead8b1c6f44513816edeec69d8dbb4c5e05b /sci-libs | |
parent | sci-electronics/geda-xgsch2pcb: [QA] Rely on default value of WANT_AUTOCONF (diff) | |
download | gentoo-451c677027a198fb0efbe8048d184a931ba88590.tar.gz gentoo-451c677027a198fb0efbe8048d184a931ba88590.tar.bz2 gentoo-451c677027a198fb0efbe8048d184a931ba88590.zip |
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
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-2.0.2-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 4a713012e981..836f98c0938c 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 74f1aa7ecb35..ee3dfedc4d87 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 |