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: Sun, 11 Oct 2020 15:47:40
Message-Id: 1602431251.9201c015069461316355c6688d8384be91c18f4c.expeditioneer@gentoo
1 commit: 9201c015069461316355c6688d8384be91c18f4c
2 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 15:46:30 2020 +0000
4 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 15:47:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9201c015
7
8 sci-libs/rtree-0.9.4: set DISTUTILS_USE_SETUPTOOLS
9
10 Closes: https://bugs.gentoo.org/747817
11
12 Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/17889
14 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
15
16 sci-libs/rtree/rtree-0.9.4.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild
20 index a7ec9222022..c539f353b91 100644
21 --- a/sci-libs/rtree/rtree-0.9.4.ebuild
22 +++ b/sci-libs/rtree/rtree-0.9.4.ebuild
23 @@ -4,6 +4,7 @@
24 EAPI=7
25
26 PYTHON_COMPAT=( python3_{7..8} )
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 inherit distutils-r1