Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tree/files/
Date: Wed, 13 Jun 2018 21:18:29
Message-Id: 1528924499.3efd8999d7405a30cd1195ea902384492867f5f6.bman@gentoo
1 commit: 3efd8999d7405a30cd1195ea902384492867f5f6
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 13 17:54:37 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 21:14:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efd8999
7
8 dev-cpp/tree: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/8836
11
12 dev-cpp/tree/files/tree-2.65-gcc46.patch | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch
16 deleted file mode 100644
17 index d75b516112b..00000000000
18 --- a/dev-cpp/tree/files/tree-2.65-gcc46.patch
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 - tree.hh | 1 +
22 - 1 files changed, 1 insertions(+), 0 deletions(-)
23 -
24 -diff --git a/tree.hh b/tree.hh
25 -index 1429da3..d780be3 100644
26 ---- a/tree.hh
27 -+++ b/tree.hh
28 -@@ -71,6 +71,7 @@
29 - #include <set>
30 - #include <queue>
31 - #include <algorithm>
32 -+#include <cstddef>
33 -
34 - // HP-style construct/destroy have gone from the standard,
35 - // so here is a copy.