diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-02-02 19:08:23 +0100 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2017-02-02 17:58:47 -0200 |
commit | 50f9f79aaa1e368b93e3234319b49bba898b219d (patch) | |
tree | c6eb92a858cb9e22d32486ca853ad5539af9a2dd /sci-physics | |
parent | sci-physics/geant: remove unused patches (diff) | |
download | gentoo-50f9f79aaa1e368b93e3234319b49bba898b219d.tar.gz gentoo-50f9f79aaa1e368b93e3234319b49bba898b219d.tar.bz2 gentoo-50f9f79aaa1e368b93e3234319b49bba898b219d.zip |
sci-physics/hepmc: remove unused patch
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch b/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch deleted file mode 100644 index 9b19cf70ba9a..000000000000 --- a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch +++ /dev/null @@ -1,28 +0,0 @@ - HepMC/GenEvent.h | 1 + - HepMC/GenVertex.h | 1 + - 2 files changed, 2 insertions(+), 0 deletions(-) - -diff --git a/HepMC/GenEvent.h b/HepMC/GenEvent.h -index 72374cb..d10b9a0 100644 ---- a/HepMC/GenEvent.h -+++ b/HepMC/GenEvent.h -@@ -137,6 +137,7 @@ namespace HepMC { - #include <vector> - #include <algorithm> - #include <iostream> -+#include <cstddef> - - namespace HepMC { - -diff --git a/HepMC/GenVertex.h b/HepMC/GenVertex.h -index 2f3d4de..fc3bf63 100644 ---- a/HepMC/GenVertex.h -+++ b/HepMC/GenVertex.h -@@ -29,6 +29,7 @@ - #include <vector> - #include <set> - #include <algorithm> -+#include <cstddef> - - namespace HepMC { - |