commit: 02f33196e518a2dba5d06b4267348f1c944b3d77 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Feb 25 07:07:48 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at> Signed-off-by: Ionen Wolkens <ionen <AT> 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()
