commit:     e9ea8d7c8f949843666c8b63cec56849191a81f5
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 20:04:11 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:04:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9ea8d7c

dev-util/pmbootstrap: use PEP517

Closes: https://bugs.gentoo.org/921889
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-util/pmbootstrap/pmbootstrap-1.51.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-util/pmbootstrap/pmbootstrap-1.51.0.ebuild 
b/dev-util/pmbootstrap/pmbootstrap-1.51.0.ebuild
index aa00d11545..ca2650562a 100644
--- a/dev-util/pmbootstrap/pmbootstrap-1.51.0.ebuild
+++ b/dev-util/pmbootstrap/pmbootstrap-1.51.0.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_SINGLE_IMPL=1
 PYTHON_COMPAT=( python3_{10..13} )
 
-DISTUTILS_SINGLE_IMPL=1
 inherit distutils-r1 linux-info pypi
 
 DESCRIPTION="Helper tool for developing and building postmarketOS"

Reply via email to