From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E2B301582EF for ; Wed, 26 Feb 2025 09:02:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CDD823432BD for ; Wed, 26 Feb 2025 09:02:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 133B011046F; Wed, 26 Feb 2025 09:02:15 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 0DDFC11046F for ; Wed, 26 Feb 2025 09:02:15 +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 BE7E934309B for ; Wed, 26 Feb 2025 09:02:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ACE42802 for ; Wed, 26 Feb 2025 09:02:13 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1740560517.02f33196e518a2dba5d06b4267348f1c944b3d77.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libplacebo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch X-VCS-Directories: media-libs/libplacebo/files/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 02f33196e518a2dba5d06b4267348f1c944b3d77 X-VCS-Branch: master Date: Wed, 26 Feb 2025 09:02:13 +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: 0fe2278f-accc-4e65-ae57-fa65e4a51a96 X-Archives-Hash: a5e330c835f8f5a8ab3e35e7179fbc0c commit: 02f33196e518a2dba5d06b4267348f1c944b3d77 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Feb 25 07:07:48 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Feb 26 09:01:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f33196 media-libs/libplacebo: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ionen Wolkens gentoo.org> .../files/libplacebo-5.229.1-python-executable.patch | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch b/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch deleted file mode 100644 index 3626292d873d..000000000000 --- a/media-libs/libplacebo/files/libplacebo-5.229.1-python-executable.patch +++ /dev/null @@ -1,18 +0,0 @@ -Ensure we get the interpreter from python-any-r1 rather than same -as meson. Plus find_program() is quicker than find_installation(), -and the latter also needs distutils that is unavailable with -python3_12 without setuptools. - -https://bugs.gentoo.org/731728 - -Update: former should no longer be an issue since [1], but keeping -patch given [2] is still an issue -[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0686381dfc3d -[2] https://github.com/mesonbuild/meson/issues/7702 ---- a/meson.build -+++ b/meson.build -@@ -323,3 +323,3 @@ - thirdparty = meson.project_source_root()/'3rdparty' --python = import('python').find_installation() -+python = find_program('python3') - python_env = environment()