commit: b090fff1a890f67fd6c216e6e5e229f253ef9895 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Oct 7 09:59:58 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Oct 7 10:22:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b090fff1
dev-python/rstr: build with pyproject Closes: https://bugs.gentoo.org/816768 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/rstr/rstr-3.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/rstr/rstr-3.0.0.ebuild b/dev-python/rstr/rstr-3.0.0.ebuild index af5142c3c..c6519bfff 100644 --- a/dev-python/rstr/rstr-3.0.0.ebuild +++ b/dev-python/rstr/rstr-3.0.0.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_SETUPTOOLS=pyproject.toml PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1
