commit: ea146600f508c34863b7935f67443b5bc4a2de4e Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Mon Jan 8 21:42:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jan 9 00:06:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea146600
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34715 Signed-off-by: Sam James <sam <AT> gentoo.org> app-portage/gentoolkit/gentoolkit-9999.ebuild | 4 ++-- 1 file 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() {
