diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-04 22:04:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-05 10:26:32 +0200 |
commit | 7eed7bf472f069b64e6bf91857b79d7fed7988fa (patch) | |
tree | c14e90d58d9c8f7b167224577277049869be2c9e /sci-libs/gdal | |
parent | sci-libs/gdal: Fix build against poppler-20.08 (diff) | |
download | gentoo-7eed7bf472f069b64e6bf91857b79d7fed7988fa.tar.gz gentoo-7eed7bf472f069b64e6bf91857b79d7fed7988fa.tar.bz2 gentoo-7eed7bf472f069b64e6bf91857b79d7fed7988fa.zip |
sci-libs/gdal: python3_9
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs/gdal')
-rw-r--r-- | sci-libs/gdal/gdal-3.0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-3.0.4-r1.ebuild b/sci-libs/gdal/gdal-3.0.4-r1.ebuild index c75916787644..7a83f0bb9fc5 100644 --- a/sci-libs/gdal/gdal-3.0.4-r1.ebuild +++ b/sci-libs/gdal/gdal-3.0.4-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) DISTUTILS_OPTIONAL=1 inherit autotools bash-completion-r1 perl-module distutils-r1 flag-o-matic java-pkg-opt-2 toolchain-funcs |