summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-12 19:45:06 +0100
committerDavid Seifert <soap@gentoo.org>2022-03-12 19:45:06 +0100
commitff5667413e92a3c527693919ae076da4a0bf2153 (patch)
treed7a650cfc7a1ea2984a89099335ef4c1bd2b0ce6 /sci-visualization
parentsys-process/atop: remove unused file (diff)
downloadgentoo-ff5667413e92a3c527693919ae076da4a0bf2153.tar.gz
gentoo-ff5667413e92a3c527693919ae076da4a0bf2153.tar.bz2
gentoo-ff5667413e92a3c527693919ae076da4a0bf2153.zip
sci-visualization/gr: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/24377 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gr/files/gr-0.50.0-qt-5.15.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/sci-visualization/gr/files/gr-0.50.0-qt-5.15.patch b/sci-visualization/gr/files/gr-0.50.0-qt-5.15.patch
deleted file mode 100644
index 800492350cc6..000000000000
--- a/sci-visualization/gr/files/gr-0.50.0-qt-5.15.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 20204e37d8411b19b69a7ee5c776035c07f7175d Mon Sep 17 00:00:00 2001
-From: Sutou Kouhei <kou@clear-code.com>
-Date: Sun, 31 May 2020 11:56:51 +0900
-Subject: [PATCH] Include QPainterPath explicitly for Qt 5.15.0
-
----
- lib/gks/plugin/qt5plugin.cxx | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/gks/plugin/qt5plugin.cxx b/lib/gks/plugin/qt5plugin.cxx
-index de9cd3d2..301d7fb9 100644
---- a/lib/gks/plugin/qt5plugin.cxx
-+++ b/lib/gks/plugin/qt5plugin.cxx
-@@ -6,6 +6,7 @@
-
- #include <QtWidgets/QWidget>
- #include <QtGui/QPainter>
-+#include <QtGui/QPainterPath>
- #include <QtGui/QImage>
- #include <QtGui/QGuiApplication>
- #include <QtGui/QScreen>