dev-util/ccache: link upstream bug report into patches
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 19 Jul 2019 22:29:10 +0000 (23:29 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 19 Jul 2019 22:29:10 +0000 (23:29 +0100)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/ccache/files/ccache-3.3-size-on-disk.patch
dev-util/ccache/files/ccache-3.4-size-on-disk.patch
dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch

index 77628968cb754780fdcd1c5718d45a052dc67c33..277e9a6469a0f5645e963ca4101d8f2e30e30a43 100644 (file)
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/456178
+https://github.com/ccache/ccache/issues/442
 
 stick to the size of files on disk rather than their byte size.
 this func is only used for stats management, so this should be safe.
index 29f97964890be33fce752e4029fbe1c7937fcc2d..a2f4a554cab366b63b480b453adf2d581b5a6743 100644 (file)
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/456178
+https://github.com/ccache/ccache/issues/442
 
 stick to the size of files on disk rather than their byte size.
 this func is only used for stats management, so this should be safe.
index 2b12542d26f7ca9c264e196060ed11bab2c13e4e..dcb5cf1f497af7c9183ff9cd259349994eeb7b3e 100644 (file)
@@ -1,4 +1,5 @@
 https://bugs.gentoo.org/649440
+https://github.com/ccache/ccache/issues/442
 
 Disable cleanup based on free filesystem size.