commit: 5be5de99884a8b72bf59657bf273ad13a0317b58 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Apr 6 08:40:03 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 15 14:19:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be5de99
dev-python/blake3: Remove obsolete hack Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/41473 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/blake3/blake3-1.0.4.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/blake3/blake3-1.0.4.ebuild b/dev-python/blake3/blake3-1.0.4.ebuild index 8e042ea0c094..e7420a53224a 100644 --- a/dev-python/blake3/blake3-1.0.4.ebuild +++ b/dev-python/blake3/blake3-1.0.4.ebuild @@ -116,7 +116,6 @@ 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
