From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44AE8138334 for ; Wed, 13 Jun 2018 21:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F885E09AD; Wed, 13 Jun 2018 21:18:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5B22E09AD for ; Wed, 13 Jun 2018 21:18:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46B14335C75 for ; Wed, 13 Jun 2018 21:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75ACA2D6 for ; Wed, 13 Jun 2018 21:18:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1528924499.3efd8999d7405a30cd1195ea902384492867f5f6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/tree/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/tree/files/tree-2.65-gcc46.patch X-VCS-Directories: dev-cpp/tree/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3efd8999d7405a30cd1195ea902384492867f5f6 X-VCS-Branch: master Date: Wed, 13 Jun 2018 21:18:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a5b8ca91-c000-4a9f-8b0a-717c599473d6 X-Archives-Hash: c5610953638e1e83d9631f723e76b750 commit: 3efd8999d7405a30cd1195ea902384492867f5f6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Jun 13 17:54:37 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Jun 13 21:14:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efd8999 dev-cpp/tree: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/8836 dev-cpp/tree/files/tree-2.65-gcc46.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev-cpp/tree/files/tree-2.65-gcc46.patch b/dev-cpp/tree/files/tree-2.65-gcc46.patch deleted file mode 100644 index d75b516112b..00000000000 --- a/dev-cpp/tree/files/tree-2.65-gcc46.patch +++ /dev/null @@ -1,15 +0,0 @@ - tree.hh | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/tree.hh b/tree.hh -index 1429da3..d780be3 100644 ---- a/tree.hh -+++ b/tree.hh -@@ -71,6 +71,7 @@ - #include - #include - #include -+#include - - // HP-style construct/destroy have gone from the standard, - // so here is a copy.