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 679811382C5 for ; Sat, 8 May 2021 14:15:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9E6EE075F; Sat, 8 May 2021 14:15:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9252FE075F for ; Sat, 8 May 2021 14:15:28 +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 8B64B33FEB6 for ; Sat, 8 May 2021 14:15:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5A52750 for ; Sat, 8 May 2021 14:15:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620483303.5fd0eda0121640375cf8224ff49fd5523d123461.soap@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.81-gcc11.patch X-VCS-Directories: dev-cpp/tree/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5fd0eda0121640375cf8224ff49fd5523d123461 X-VCS-Branch: master Date: Sat, 8 May 2021 14:15:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22a645f0-f79c-434c-a592-b3430a9e3417 X-Archives-Hash: 1824b8d512d6873478d156ec93ea907e commit: 5fd0eda0121640375cf8224ff49fd5523d123461 Author: David Seifert gentoo org> AuthorDate: Sat May 8 14:15:03 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 8 14:15:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fd0eda0 dev-cpp/tree: Make gcc11 patch more git-like Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> dev-cpp/tree/files/tree-2.81-gcc11.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/tree/files/tree-2.81-gcc11.patch b/dev-cpp/tree/files/tree-2.81-gcc11.patch index 2af534dac98..feffe0de13c 100644 --- a/dev-cpp/tree/files/tree-2.81-gcc11.patch +++ b/dev-cpp/tree/files/tree-2.81-gcc11.patch @@ -1,5 +1,5 @@ ---- "ORIG/simple tree.hpp" -+++ "MOD/simple tree.hpp" +--- "a/simple tree.hpp" ++++ "b/simple tree.hpp" @@ -323,7 +323,7 @@ public: compare_nodes(StrictWeakOrdering comp) : comp_(comp) {};