From: Matthew Thode Date: Wed, 10 Apr 2019 02:56:31 +0000 (-0500) Subject: sci-libs/gdal: adding py37 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7a2217251679af8e97d84d934216c21a7f6b0a9f;p=gentoo.git sci-libs/gdal: adding py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- diff --git a/sci-libs/gdal/gdal-2.4.0.ebuild b/sci-libs/gdal/gdal-2.4.0.ebuild index 3faf2202c974..15521b0c2bb0 100644 --- a/sci-libs/gdal/gdal-2.4.0.ebuild +++ b/sci-libs/gdal/gdal-2.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) DISTUTILS_OPTIONAL=1 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2