commit:     3a444215206ccfb59408b6ba3bb5a7dfed9f2119
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Jun 18 17:31:09 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 18:50:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a444215

x11-wm/xpra: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37206
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-wm/xpra/files/xpra-9999-xdummy.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/x11-wm/xpra/files/xpra-9999-xdummy.patch 
b/x11-wm/xpra/files/xpra-9999-xdummy.patch
deleted file mode 100644
index b86f0dda45fe..000000000000
--- a/x11-wm/xpra/files/xpra-9999-xdummy.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Avoid Xdummy version detection, assume 0.4.1.
-
-diff --git a/setup.py b/setup.py
-index 529b591b1..b9431fea8 100755
---- a/setup.py
-+++ b/setup.py
-@@ -793,6 +793,7 @@ def vernum(s):
-     return tuple(int(v) for v in s.split("-", 1)[0].split("."))
-
- def get_dummy_driver_version():
-+    return "0.4.1"
-     #try various rpm names:
-     for rpm_name in ("xorg-x11-drv-dummy", "xf86-video-dummy"):
-         r, out, err = get_status_output(["rpm", "-q", "--queryformat", 
"%{VERSION}", rpm_name])

Reply via email to