Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/hepmc/files/
Date: Thu, 02 Feb 2017 20:00:56
Message-Id: 1486065527.50f9f79aaa1e368b93e3234319b49bba898b219d.amadio@gentoo
1 commit: 50f9f79aaa1e368b93e3234319b49bba898b219d
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 2 18:08:23 2017 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 19:58:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50f9f79a
7
8 sci-physics/hepmc: remove unused patch
9
10 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
11
12 sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch | 28 -----------------------
13 1 file changed, 28 deletions(-)
14
15 diff --git a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch b/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch
16 deleted file mode 100644
17 index 9b19cf7..00000000
18 --- a/sci-physics/hepmc/files/hepmc-2.06.04-gcc46.patch
19 +++ /dev/null
20 @@ -1,28 +0,0 @@
21 - HepMC/GenEvent.h | 1 +
22 - HepMC/GenVertex.h | 1 +
23 - 2 files changed, 2 insertions(+), 0 deletions(-)
24 -
25 -diff --git a/HepMC/GenEvent.h b/HepMC/GenEvent.h
26 -index 72374cb..d10b9a0 100644
27 ---- a/HepMC/GenEvent.h
28 -+++ b/HepMC/GenEvent.h
29 -@@ -137,6 +137,7 @@ namespace HepMC {
30 - #include <vector>
31 - #include <algorithm>
32 - #include <iostream>
33 -+#include <cstddef>
34 -
35 - namespace HepMC {
36 -
37 -diff --git a/HepMC/GenVertex.h b/HepMC/GenVertex.h
38 -index 2f3d4de..fc3bf63 100644
39 ---- a/HepMC/GenVertex.h
40 -+++ b/HepMC/GenVertex.h
41 -@@ -29,6 +29,7 @@
42 - #include <vector>
43 - #include <set>
44 - #include <algorithm>
45 -+#include <cstddef>
46 -
47 - namespace HepMC {
48 -