summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-01-08 16:42:43 -0500
committerSam James <sam@gentoo.org>2024-01-09 00:06:18 +0000
commitea146600f508c34863b7935f67443b5bc4a2de4e (patch)
treeacb30e52deeb6721426b1e0055cdc9e8d62f6338
parentsys-apps/portage: fix invalid python bytecompile stage (diff)
downloadgentoo-ea146600f508c34863b7935f67443b5bc4a2de4e.tar.gz
gentoo-ea146600f508c34863b7935f67443b5bc4a2de4e.tar.bz2
gentoo-ea146600f508c34863b7935f67443b5bc4a2de4e.zip
app-portage/gentoolkit: sync live
Apply QA issue fix to the live ebuild as well. Fixes: d423beeed737735ab85cb5543c4a11c27b98c09d Bug: https://bugs.gentoo.org/920490 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34715 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 82c6182f649e..42a5a95fdd99 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -95,8 +95,8 @@ my_src_install() {
)
meson_src_install
- python_optimize "${pydirs[@]}"
python_fix_shebang "${pydirs[@]}"
+ python_optimize "${pydirs[@]}"
}
pkg_postinst() {