summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-05-03 07:35:11 +0200
committerMichał Górny <mgorny@gentoo.org>2025-05-08 14:29:18 +0200
commit692aa86d5794a44b765bd95be3c3557a1288239a (patch)
tree91200b9bd037a0ebb5466e2bf989c4b93bb7cb22
parent6cbb421176a66579552a24a722a5b68230c92ec3 (diff)
downloadgentoo-692aa86d5794a44b765bd95be3c3557a1288239a.tar.gz
gentoo-692aa86d5794a44b765bd95be3c3557a1288239a.tar.bz2
gentoo-692aa86d5794a44b765bd95be3c3557a1288239a.zip
distutils-r1.eclass: Quote DISTUTILS_ALLOW_WHEEL_REUSE
Reported-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 880e33cd741f..799206f7eb03 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -215,7 +215,7 @@
# This is an optimization that can avoid the overhead of calling into
# the build system in pure Python packages and packages using the stable
# Python ABI.
-: ${DISTUTILS_ALLOW_WHEEL_REUSE=1}
+: "${DISTUTILS_ALLOW_WHEEL_REUSE=1}"
# @ECLASS_VARIABLE: BUILD_DIR
# @OUTPUT_VARIABLE