commit: 9201c015069461316355c6688d8384be91c18f4c Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 15:46:30 2020 +0000 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 15:47:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9201c015
sci-libs/rtree-0.9.4: set DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/747817 Signed-off-by: Dennis Lamm <expeditoneer <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17889 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> sci-libs/rtree/rtree-0.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/rtree/rtree-0.9.4.ebuild b/sci-libs/rtree/rtree-0.9.4.ebuild index a7ec9222022..c539f353b91 100644 --- a/sci-libs/rtree/rtree-0.9.4.ebuild +++ b/sci-libs/rtree/rtree-0.9.4.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1
