Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/igt-gpu-tools/files/
Date: Thu, 23 Sep 2021 19:02:11
Message-Id: 1632423577.38be9087798a274fd26e96e4ff63ce06ac75161f.conikost@gentoo
1 commit: 38be9087798a274fd26e96e4ff63ce06ac75161f
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Thu Sep 23 17:46:53 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 23 18:59:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38be9087
7
8 x11-apps/igt-gpu-tools: remove unused patch(es)
9
10 Closes: https://github.com/gentoo/gentoo/pull/22377
11 Package-Manager: Portage-3.0.23, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 x11-apps/igt-gpu-tools/files/1.25-python-3.9.patch | 25 ----------------------
16 1 file changed, 25 deletions(-)
17
18 diff --git a/x11-apps/igt-gpu-tools/files/1.25-python-3.9.patch b/x11-apps/igt-gpu-tools/files/1.25-python-3.9.patch
19 deleted file mode 100644
20 index 689dca411e5..00000000000
21 --- a/x11-apps/igt-gpu-tools/files/1.25-python-3.9.patch
22 +++ /dev/null
23 @@ -1,25 +0,0 @@
24 -manual backport of upstream commit
25 -https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/201da47cb57b8fadd9bc45be16b82617b32a2c01
26 -
27 ---- a/docs/reference/igt-gpu-tools/generate_description_xml.py
28 -+++ b/docs/reference/igt-gpu-tools/generate_description_xml.py
29 -@@ -4,7 +4,7 @@ import re
30 - import sys
31 - import os.path
32 - import subprocess
33 --import xml.etree.cElementTree as ET
34 -+import xml.etree.ElementTree as ET
35 -
36 - from collections import namedtuple
37 -
38 ---- a/lib/i915/perf-configs/perf-codegen.py
39 -+++ b/lib/i915/perf-configs/perf-codegen.py
40 -@@ -26,7 +26,7 @@ import os
41 - import sys
42 - import textwrap
43 -
44 --import xml.etree.cElementTree as et
45 -+import xml.etree.ElementTree as et
46 -
47 - import codegen
48 -