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 4468D158020 for ; Sun, 30 Oct 2022 09:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 541A8E0875; Sun, 30 Oct 2022 09:28:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3A779E0875 for ; Sun, 30 Oct 2022 09:28:32 +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 29805340FE1 for ; Sun, 30 Oct 2022 09:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84D986A1 for ; Sun, 30 Oct 2022 09:28:29 +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: <1667122028.a3cb0ee780ce113eddfefbd89670195f8be0687b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch X-VCS-Directories: net-misc/spice-gtk/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a3cb0ee780ce113eddfefbd89670195f8be0687b X-VCS-Branch: master Date: Sun, 30 Oct 2022 09:28:29 +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: a8a9cc85-56b1-4433-84ed-6ff0519dd35e X-Archives-Hash: d6e0e3193ab62dc5be582e1e24127230 commit: a3cb0ee780ce113eddfefbd89670195f8be0687b Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Oct 30 07:56:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 30 09:27:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb0ee7 net-misc/spice-gtk: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/28030 Signed-off-by: Sam James gentoo.org> .../files/spice-gtk-0.39-fix-finding-pyparsing.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch b/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch deleted file mode 100644 index 9a3cdd090063..000000000000 --- a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gitlab.freedesktop.org/spice/spice-common/-/issues/5 -https://bugs.gentoo.org/820074 ---- a/subprojects/spice-common/meson.build -+++ b/subprojects/spice-common/meson.build -@@ -132,7 +132,7 @@ if spice_common_generate_client_code or spice_common_generate_server_code - if get_option('python-checks') - foreach module : ['six', 'pyparsing'] - message('Checking for python module @0@'.format(module)) -- cmd = run_command(python, '-m', module) -+ cmd = run_command(python, '-c', 'import @0@'.format(module)) - if cmd.returncode() != 0 - error('Python module @0@ not found'.format(module)) - endif