commit: 66cfaaf1d239e69552d7b4515d34db099b3265da
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Oct 14 15:31:25 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Oct 15 21:45:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cfaaf1
sci-physics/lhapdf: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch
b/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch
deleted file mode 100644
index e4e6579872e2..000000000000
--- a/sci-physics/lhapdf/files/lhapdf-6.5.2-py.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/wrappers/python/build.py.in 2022-10-16 17:54:18.406418600 +0200
-+++ b/wrappers/python/build.py.in 2022-10-16 17:54:31.926612653 +0200
-@@ -20,7 +20,7 @@
- ## Include args
- incargs = " ".join("-I{}".format(d) for d in incdirs)
- incargs += " -I@prefix@/include"
--incargs += " @CPPFLAGS@"
-+incargs += " @CPPFLAGS@ @CXXFLAGS@ @LDFLAGS@"
-
- ## Compile args
- cmpargs = "" #"@PYEXT_CXXFLAGS@"