commit: 87c33027153ddc65b411b89e1b32c7d1b4e284db Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> AuthorDate: Fri Nov 25 08:25:50 2022 +0000 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org> CommitDate: Fri Nov 25 08:26:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c33027
net-news/canto-daemon: set PEP 517 mode for distutils Closes: https://bugs.gentoo.org/872473 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org> net-news/canto-daemon/canto-daemon-0.9.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild index 802d0a8b4e3d..090a5fb3e695 100644 --- a/net-news/canto-daemon/canto-daemon-0.9.8.ebuild +++ b/net-news/canto-daemon/canto-daemon-0.9.8.ebuild @@ -3,7 +3,7 @@ EAPI=8 -DISTUTILS_USE_SETUPTOOLS=no +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml(+),threads(+)" inherit distutils-r1