Gentoo Archives: gentoo-commits

From: Dennis Lamm <expeditioneer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/rtree/
Date: Tue, 29 Dec 2020 12:21:30
Message-Id: 1609244481.1b40cb5bb72050ddf853deec390e761ffd3b496d.expeditioneer@gentoo
1 commit: 1b40cb5bb72050ddf853deec390e761ffd3b496d
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Wed Dec 23 08:39:28 2020 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 12:21:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b40cb5b
7
8 sci-libs/rtree: updated PYTHON_COMPAT
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12 Closes: https://github.com/gentoo/gentoo/pull/18776
13 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
14
15 sci-libs/rtree/rtree-0.9.4-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/rtree/rtree-0.9.4-r1.ebuild b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
19 index a0940fd1901..300f7833002 100644
20 --- a/sci-libs/rtree/rtree-0.9.4-r1.ebuild
21 +++ b/sci-libs/rtree/rtree-0.9.4-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7..8} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28 DISTUTILS_USE_SETUPTOOLS=rdepend
29
30 inherit distutils-r1