Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/files/
Date: Sun, 30 Oct 2022 09:28:33
Message-Id: 1667122028.a3cb0ee780ce113eddfefbd89670195f8be0687b.sam@gentoo
1 commit: a3cb0ee780ce113eddfefbd89670195f8be0687b
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Oct 30 07:56:15 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 09:27:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb0ee7
7
8 net-misc/spice-gtk: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Closes: https://github.com/gentoo/gentoo/pull/28030
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 .../files/spice-gtk-0.39-fix-finding-pyparsing.patch | 13 -------------
15 1 file changed, 13 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 9a3cdd090063..000000000000
20 --- a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch
21 +++ /dev/null
22 @@ -1,13 +0,0 @@
23 -https://gitlab.freedesktop.org/spice/spice-common/-/issues/5
24 -https://bugs.gentoo.org/820074
25 ---- a/subprojects/spice-common/meson.build
26 -+++ b/subprojects/spice-common/meson.build
27 -@@ -132,7 +132,7 @@ if spice_common_generate_client_code or spice_common_generate_server_code
28 - if get_option('python-checks')
29 - foreach module : ['six', 'pyparsing']
30 - message('Checking for python module @0@'.format(module))
31 -- cmd = run_command(python, '-m', module)
32 -+ cmd = run_command(python, '-c', 'import @0@'.format(module))
33 - if cmd.returncode() != 0
34 - error('Python module @0@ not found'.format(module))
35 - endif