commit: d63553335384f30d208832abcd59417e98bb1b5e
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 7 04:11:17 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul 8 22:59:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6355333
app-benchmarks/bootchart2: squelch distutils warnings
As we anyways use `domodule` there is no point permitting it to seek
site-package using legacy distutils, only to discard the info.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
index 3d7d83bdc51b..159e6333e694 100644
--- a/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
+++ b/app-benchmarks/bootchart2/bootchart2-0.14.9-r1.ebuild
@@ -47,6 +47,7 @@ src_prepare() {
# Redirects systemd unit directory,
# as well as disable the built-in python setup.
+ export NO_PYTHON_COMPILE=1
sed -i \
-e "/^SYSTEMD_UNIT_DIR/s:=.*:= $(systemd_get_systemunitdir):g" \
-e "/^install/s:py-install-compile::g" \