commit:     bab885e66e83fc11bb6abd544a8810b3e2def800
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 08:29:01 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 08:31:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab885e6

dev-python/blake3: Override DISTUTILS_UPSTREAM_PEP517 as well

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/blake3/blake3-1.0.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/blake3/blake3-1.0.4.ebuild 
b/dev-python/blake3/blake3-1.0.4.ebuild
index e7420a53224a..8e042ea0c094 100644
--- a/dev-python/blake3/blake3-1.0.4.ebuild
+++ b/dev-python/blake3/blake3-1.0.4.ebuild
@@ -116,6 +116,7 @@ src_prepare() {
 
 python_compile() {
        local DISTUTILS_USE_PEP517=$(usex rust maturin setuptools)
+       local DISTUTILS_UPSTREAM_PEP517=${DISTUTILS_USE_PEP517}
 
        if ! use rust; then
                cd c_impl || die

Reply via email to