commit: 0b4253e58c5e692f224deeef15b7cd8f5c0ed603 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Aug 28 16:58:10 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 12 09:54:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4253e5
dev-python/pyqtgraph: remove unused patch Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch b/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch deleted file mode 100644 index b74df26df5d..00000000000 --- a/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -r -U2 pyqtgraph-0.10.0.orig/pyqtgraph/Qt.py pyqtgraph-0.10.0/pyqtgraph/Qt.py ---- pyqtgraph-0.10.0.orig/pyqtgraph/Qt.py 2016-10-17 23:22:41.000000000 +0700 -+++ pyqtgraph-0.10.0/pyqtgraph/Qt.py 2018-01-23 22:52:19.503525554 +0700 -@@ -25,5 +25,5 @@ - ## is already imported. If not, then attempt to import PyQt4, then PySide. - if QT_LIB is None: -- libOrder = [PYQT4, PYSIDE, PYQT5] -+ libOrder = [PYQT5] - - for lib in libOrder: