summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-12-23 03:39:28 -0500
committerDennis Lamm <expeditioneer@gentoo.org>2020-12-29 13:21:21 +0100
commit1b40cb5bb72050ddf853deec390e761ffd3b496d (patch)
treeb78bf4c453a47f1c40045d5f038a13f5baa20ba9 /sci-libs/rtree
parentdev-libs/libretls: Add a blocker on libressl (diff)
downloadgentoo-1b40cb5bb72050ddf853deec390e761ffd3b496d.tar.gz
gentoo-1b40cb5bb72050ddf853deec390e761ffd3b496d.tar.bz2
gentoo-1b40cb5bb72050ddf853deec390e761ffd3b496d.zip
sci-libs/rtree: updated PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/gentoo/pull/18776 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Diffstat (limited to 'sci-libs/rtree')
-rw-r--r--sci-libs/rtree/rtree-0.9.4-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
index a0940fd1901a..300f78330022 100644
--- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild
+++ b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..8} )
+PYTHON_COMPAT=( python3_{7..9} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1