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 2EFAF1382C5 for ; Mon, 10 May 2021 17:02:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B6BAE05C1; Mon, 10 May 2021 17:02:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 237DFE05C1 for ; Mon, 10 May 2021 17:02:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 28505340FDE for ; Mon, 10 May 2021 17:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A5ED581 for ; Mon, 10 May 2021 17:02:24 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1620666142.1ce68f756fdc6d3b4761d14daae898c5240b674f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/ccache/files/ccache-4.2-atomic.patch X-VCS-Directories: dev-util/ccache/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 1ce68f756fdc6d3b4761d14daae898c5240b674f X-VCS-Branch: master Date: Mon, 10 May 2021 17:02:24 +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: 1439190d-9cf1-4553-9482-4c54dde91dd8 X-Archives-Hash: ddd788849d98faedfd70f428fdff085d commit: 1ce68f756fdc6d3b4761d14daae898c5240b674f Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon May 10 15:43:22 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon May 10 17:02:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce68f75 dev-util/ccache: remove unused patch Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20754 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/ccache/files/ccache-4.2-atomic.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/dev-util/ccache/files/ccache-4.2-atomic.patch b/dev-util/ccache/files/ccache-4.2-atomic.patch deleted file mode 100644 index 6148e232af9..00000000000 --- a/dev-util/ccache/files/ccache-4.2-atomic.patch +++ /dev/null @@ -1,11 +0,0 @@ -https://github.com/ccache/ccache/pull/800 ---- a/cmake/StdAtomic.cmake -+++ b/cmake/StdAtomic.cmake -@@ -10,6 +10,7 @@ set( - int main() - { - std::atomic x; -+ ++x; - (void)x.load(); - return 0; - }