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 5EE8015808B for ; Wed, 14 Feb 2024 20:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A7D02BC017; Wed, 14 Feb 2024 20:34:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 71C122BC017 for ; Wed, 14 Feb 2024 20:34:05 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56E9434302F for ; Wed, 14 Feb 2024 20:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA01A148C for ; Wed, 14 Feb 2024 20:34:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1707942710.8ba2bff67eee79c0342063107fc910f7d92a643e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/Nuitka/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/Nuitka/Nuitka-2.0.1.ebuild dev-python/Nuitka/Nuitka-2.0.2.ebuild dev-python/Nuitka/Nuitka-2.0.ebuild X-VCS-Directories: dev-python/Nuitka/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8ba2bff67eee79c0342063107fc910f7d92a643e X-VCS-Branch: master Date: Wed, 14 Feb 2024 20:34:02 +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: b5f4caa8-6311-432f-a951-53bef609e21d X-Archives-Hash: d85cd0142f65ce81aed4f665d546e7e4 commit: 8ba2bff67eee79c0342063107fc910f7d92a643e Author: LinuxUserGD gmail com> AuthorDate: Wed Feb 14 18:37:45 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 14 20:31:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba2bff6 dev-python/Nuitka: dev-util/patchelf optfeature chrpath was removed and replaced with patchelf Closes: https://bugs.gentoo.org/924586 Signed-off-by: LinuxUserGD gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35326 Signed-off-by: Michał Górny gentoo.org> dev-python/Nuitka/Nuitka-2.0.1.ebuild | 2 +- dev-python/Nuitka/Nuitka-2.0.2.ebuild | 2 +- dev-python/Nuitka/Nuitka-2.0.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/Nuitka/Nuitka-2.0.1.ebuild b/dev-python/Nuitka/Nuitka-2.0.1.ebuild index 2df076ff3e01..123acd66de1f 100644 --- a/dev-python/Nuitka/Nuitka-2.0.1.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.1.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf } diff --git a/dev-python/Nuitka/Nuitka-2.0.2.ebuild b/dev-python/Nuitka/Nuitka-2.0.2.ebuild index 2df076ff3e01..123acd66de1f 100644 --- a/dev-python/Nuitka/Nuitka-2.0.2.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.2.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf } diff --git a/dev-python/Nuitka/Nuitka-2.0.ebuild b/dev-python/Nuitka/Nuitka-2.0.ebuild index d7f62560068e..589498093801 100644 --- a/dev-python/Nuitka/Nuitka-2.0.ebuild +++ b/dev-python/Nuitka/Nuitka-2.0.ebuild @@ -48,5 +48,5 @@ python_test() { } pkg_postinst() { - optfeature "support for stand-alone executables" app-admin/chrpath + optfeature "support for stand-alone executables" dev-util/patchelf }