diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-29 10:22:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-29 21:09:41 +0100 |
commit | 4a1de7523e0e08dd2c0082baa21dadfd0db56b41 (patch) | |
tree | 8e73c3a2d401db102161aeade9cc0837f673fb73 /sci-visualization | |
parent | sci-visualization/gnuplot: remove unused patch (diff) | |
download | gentoo-4a1de7523e0e08dd2c0082baa21dadfd0db56b41.tar.gz gentoo-4a1de7523e0e08dd2c0082baa21dadfd0db56b41.tar.bz2 gentoo-4a1de7523e0e08dd2c0082baa21dadfd0db56b41.zip |
sci-visualization/mayavi: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3709
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch b/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch deleted file mode 100644 index 6f5834ce1317..000000000000 --- a/sci-visualization/mayavi/files/mayavi-4.1.0-vtkQt.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 2fece6b29c9f3eefa523c8131cce02f724e437f3 Mon Sep 17 00:00:00 2001 -Message-Id: <2fece6b29c9f3eefa523c8131cce02f724e437f3.1330934918.git.jlec@gentoo.org> -From: martin <martin@think.(none)> -Date: Sun, 19 Feb 2012 10:43:39 -0500 -Subject: [PATCH] FIX: don't wrap vtkQt classes - ---- - tvtk/code_gen.py | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/tvtk/code_gen.py b/tvtk/code_gen.py -index f0b0b60..377801e 100644 ---- a/tvtk/code_gen.py -+++ b/tvtk/code_gen.py -@@ -92,6 +92,7 @@ class TVTKGenerator: - #classes = dir(vtk) - classes = [x.name for x in wrap_gen.get_tree() \ - if x.name.startswith('vtk') and \ -+ not x.name.startswith('vtkQt') and \ - not issubclass(getattr(vtk, x.name), object) ] - for nodes in tree: - for node in nodes: --- -1.7.8.5 - |