summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-04 18:14:05 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-04 18:17:36 +0200
commit5bb4448209a5e235a1ac6e6459b3e5656380819c (patch)
tree18e28d6ae6bea2e1adb1cbb107a2e8fac49b8a48
parentdev-python/line_profiler: Set DISTUTILS_EXT=1 (diff)
downloadgentoo-5bb4448209a5e235a1ac6e6459b3e5656380819c.tar.gz
gentoo-5bb4448209a5e235a1ac6e6459b3e5656380819c.tar.bz2
gentoo-5bb4448209a5e235a1ac6e6459b3e5656380819c.zip
dev-python/llfuse: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/llfuse/llfuse-1.4.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/llfuse/llfuse-1.4.2.ebuild b/dev-python/llfuse/llfuse-1.4.2.ebuild
index db4e88525aa4..6b3eb6c2daf4 100644
--- a/dev-python/llfuse/llfuse-1.4.2.ebuild
+++ b/dev-python/llfuse/llfuse-1.4.2.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} pypy3 )