summaryrefslogtreecommitdiff
path: root/sys-apps/dtc/dtc-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-07 03:41:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-07 03:41:12 +0100
commitb33ca82bae0c6cb7b025e77445b7f9c16b8c161c (patch)
tree1cf6cdb31cc2ca55bf46ace7b457ced45bd95ef3 /sys-apps/dtc/dtc-9999.ebuild
parent10e3aabd0e3e0accfc5cba9e7b06bf694512625f (diff)
gentoo auto-resync : 07:06:2023 - 03:41:12
Diffstat (limited to 'sys-apps/dtc/dtc-9999.ebuild')
-rw-r--r--sys-apps/dtc/dtc-9999.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-apps/dtc/dtc-9999.ebuild b/sys-apps/dtc/dtc-9999.ebuild
index 72cf9d539b46..ef30384edbe0 100644
--- a/sys-apps/dtc/dtc-9999.ebuild
+++ b/sys-apps/dtc/dtc-9999.ebuild
@@ -42,7 +42,10 @@ DOCS=(
)
pkg_setup() {
- use python && python-single-r1_pkg_setup
+ if use python ; then
+ export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+ python-single-r1_pkg_setup
+ fi
}
src_prepare() {