summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-05-10 17:43:22 +0200
committerSergei Trofimovich <slyfox@gentoo.org>2021-05-10 18:02:22 +0100
commit1ce68f756fdc6d3b4761d14daae898c5240b674f (patch)
tree1c1ddd656241cab75fbd1136353d308b87438a65 /dev-util/ccache
parentdev-libs/tntnet: cleanup old (diff)
downloadgentoo-1ce68f756fdc6d3b4761d14daae898c5240b674f.tar.gz
gentoo-1ce68f756fdc6d3b4761d14daae898c5240b674f.tar.bz2
gentoo-1ce68f756fdc6d3b4761d14daae898c5240b674f.zip
dev-util/ccache: remove unused patch
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20754 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r--dev-util/ccache/files/ccache-4.2-atomic.patch11
1 files changed, 0 insertions, 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 6148e232af9d..000000000000
--- 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<long long> x;
-+ ++x;
- (void)x.load();
- return 0;
- }