diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-28 17:24:33 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-29 14:22:59 +0100 |
commit | 2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f (patch) | |
tree | 17631d26bc8585b2693df1e6be3a1e2473a858b7 /sci-libs | |
parent | dev-python/networkx: Drop python2_7 (diff) | |
download | gentoo-2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f.tar.gz gentoo-2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f.tar.bz2 gentoo-2c8799c0fe09a96ccc709c9886cc1ed8a0829a9f.zip |
sci-libs/gdal: Drop python2_7 support
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/gdal/gdal-2.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/gdal/gdal-2.4.1-r1.ebuild b/sci-libs/gdal/gdal-2.4.1-r1.ebuild index 97815fe3325b..069cd167cab5 100644 --- a/sci-libs/gdal/gdal-2.4.1-r1.ebuild +++ b/sci-libs/gdal/gdal-2.4.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=6 GENTOO_DEPEND_ON_PERL="no" -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) DISTUTILS_OPTIONAL=1 inherit autotools perl-module distutils-r1 toolchain-funcs flag-o-matic java-pkg-opt-2 |