From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C252B158015 for ; Sat, 23 Dec 2023 17:29:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90DFA2BC03D; Sat, 23 Dec 2023 17:29:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 732292BC03D for ; Sat, 23 Dec 2023 17:29:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6905A342FF9 for ; Sat, 23 Dec 2023 17:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C68511338 for ; Sat, 23 Dec 2023 17:29:20 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1703352519.d423beeed737735ab85cb5543c4a11c27b98c09d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoolkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild app-portage/gentoolkit/gentoolkit-0.6.3.ebuild X-VCS-Directories: app-portage/gentoolkit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d423beeed737735ab85cb5543c4a11c27b98c09d X-VCS-Branch: master Date: Sat, 23 Dec 2023 17:29:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd1bc4a2-bfd5-43d5-b3d0-26746761e5fa X-Archives-Hash: 06ec13f38ca562d3797e423296e284b2 commit: d423beeed737735ab85cb5543c4a11c27b98c09d Author: Alfred Wingate protonmail com> AuthorDate: Sat Dec 23 06:21:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 23 17:28:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d423beee app-portage/gentoolkit: fix compilation of invalid bytecode * Fixing python prefix after compilation invalidates it. Closes: https://bugs.gentoo.org/920490 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34438 Signed-off-by: Sam James gentoo.org> .../gentoolkit/{gentoolkit-0.6.3.ebuild => gentoolkit-0.6.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild similarity index 100% rename from app-portage/gentoolkit/gentoolkit-0.6.3.ebuild rename to app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild index fe7dfd765981..ef31ef884f35 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.3-r1.ebuild @@ -95,8 +95,8 @@ my_src_install() { ) meson_src_install - python_optimize "${pydirs[@]}" python_fix_shebang "${pydirs[@]}" + python_optimize "${pydirs[@]}" } pkg_postinst() {