summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/gdal/gdal-1.11.1-r4.ebuild3
-rw-r--r--sci-libs/gdal/gdal-1.11.2-r1.ebuild3
-rw-r--r--sci-libs/gdal/gdal-2.0.2-r1.ebuild3
-rw-r--r--sci-libs/gdal/gdal-2.0.2-r2.ebuild3
4 files changed, 8 insertions, 4 deletions
diff --git a/sci-libs/gdal/gdal-1.11.1-r4.ebuild b/sci-libs/gdal/gdal-1.11.1-r4.ebuild
index 92d1b894492c..9ef1f0a3dabf 100644
--- a/sci-libs/gdal/gdal-1.11.1-r4.ebuild
+++ b/sci-libs/gdal/gdal-1.11.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -72,6 +72,7 @@ MAKEOPTS+=" -j1"
REQUIRED_USE="
spatialite? ( sqlite )
mdb? ( java )
+ python? ( ${PYTHON_REQUIRED_USE} )
"
pkg_setup() {
diff --git a/sci-libs/gdal/gdal-1.11.2-r1.ebuild b/sci-libs/gdal/gdal-1.11.2-r1.ebuild
index 154fe178e521..8cea1f6257ce 100644
--- a/sci-libs/gdal/gdal-1.11.2-r1.ebuild
+++ b/sci-libs/gdal/gdal-1.11.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -72,6 +72,7 @@ MAKEOPTS+=" -j1"
REQUIRED_USE="
spatialite? ( sqlite )
mdb? ( java )
+ python? ( ${PYTHON_REQUIRED_USE} )
"
pkg_setup() {
diff --git a/sci-libs/gdal/gdal-2.0.2-r1.ebuild b/sci-libs/gdal/gdal-2.0.2-r1.ebuild
index bf44bb2efbb4..4493f7a87280 100644
--- a/sci-libs/gdal/gdal-2.0.2-r1.ebuild
+++ b/sci-libs/gdal/gdal-2.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -69,6 +69,7 @@ MAKEOPTS+=" -j1"
REQUIRED_USE="
spatialite? ( sqlite )
mdb? ( java )
+ python? ( ${PYTHON_REQUIRED_USE} )
"
pkg_setup() {
diff --git a/sci-libs/gdal/gdal-2.0.2-r2.ebuild b/sci-libs/gdal/gdal-2.0.2-r2.ebuild
index 4c8fd1aac3a0..4d3e6c5f8fc9 100644
--- a/sci-libs/gdal/gdal-2.0.2-r2.ebuild
+++ b/sci-libs/gdal/gdal-2.0.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -68,6 +68,7 @@ AT_M4DIR="${S}/m4"
REQUIRED_USE="
spatialite? ( sqlite )
mdb? ( java )
+ python? ( ${PYTHON_REQUIRED_USE} )
"
pkg_setup() {