summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-08-20 14:57:14 +0200
committerMichael Palimaka <kensington@gentoo.org>2017-09-03 00:35:44 +1000
commitfe50e58025ef3cd19e2fe572da2de5add50ac442 (patch)
treeb9fbf3d8ced52a30bcd9c958e8388604b56ea176 /sci-physics
parentx11-misc/xidle: remove unused patch (diff)
downloadgentoo-fe50e58025ef3cd19e2fe572da2de5add50ac442.tar.gz
gentoo-fe50e58025ef3cd19e2fe572da2de5add50ac442.tar.bz2
gentoo-fe50e58025ef3cd19e2fe572da2de5add50ac442.zip
sci-physics/espresso: remove unused patch
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch b/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch
deleted file mode 100644
index 22b726b480e1..000000000000
--- a/sci-physics/espresso/files/espresso-3.3.0-cython-0.22.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9e6caa3294b0f5f377c16550a07429b73c871ac3 Mon Sep 17 00:00:00 2001
-From: Christoph Junghans <junghans@votca.org>
-Date: Thu, 12 Mar 2015 08:55:51 -0600
-Subject: [PATCH] fix build with cython-0.22
-
----
- src/python/espressomd/particle_data.pxd | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/python/espressomd/particle_data.pxd b/src/python/espressomd/particle_data.pxd
-index fff022b..4cc39e8 100644
---- a/src/python/espressomd/particle_data.pxd
-+++ b/src/python/espressomd/particle_data.pxd
-@@ -185,5 +185,5 @@ cdef class ParticleHandle(object):
- cdef public int id
- cdef bint valid
- cdef Particle particleData
-- cdef int updateParticleData(self)
-+ cdef int updateParticleData(self) except -1
-
---
-2.0.5
-