commit:     cad015ce7dbea391986ab42620df1172054119a6
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 18:35:24 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Mon Apr 28 18:42:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cad015ce

dev-python/pyproject2ebuild: put DISTUTILS_USE_PEP517 before inherit

Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>

 dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild 
b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
index 89d8a0cc8..97be2c7f1 100644
--- a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_1{1..3})
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
-DISTUTILS_USE_PEP517=setuptools
 
 DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
 HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild";

Reply via email to