summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/ball/files/ball-1.4.2-fix-python-bindings.patch')
-rw-r--r--sci-chemistry/ball/files/ball-1.4.2-fix-python-bindings.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-chemistry/ball/files/ball-1.4.2-fix-python-bindings.patch b/sci-chemistry/ball/files/ball-1.4.2-fix-python-bindings.patch
deleted file mode 100644
index a13ea2f36ec0..000000000000
--- a/sci-chemistry/ball/files/ball-1.4.2-fix-python-bindings.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 38a955ad9588817073a330c79d4b4476afcf69d5 Mon Sep 17 00:00:00 2001
-From: Daniel Stoeckel <dstoeckel@bioinf.uni-sb.de>
-Date: Thu, 14 Apr 2016 19:30:04 +0200
-Subject: [PATCH] Fix Python bindings for Box
-
----
- source/PYTHON/EXTENSIONS/VIEW/box.sip | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/source/PYTHON/EXTENSIONS/VIEW/box.sip b/source/PYTHON/EXTENSIONS/VIEW/box.sip
-index 341b1a4..592765e 100644
---- a/source/PYTHON/EXTENSIONS/VIEW/box.sip
-+++ b/source/PYTHON/EXTENSIONS/VIEW/box.sip
-@@ -6,7 +6,7 @@
-
- class Box
- : GeometricObject,
-- Vertex2
-+ Box3
- {
- %TypeHeaderCode
- #include <BALL/VIEW/PRIMITIVES/box.h>