From: Sergei Trofimovich Date: Fri, 19 Jul 2019 22:29:10 +0000 (+0100) Subject: dev-util/ccache: link upstream bug report into patches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=357b8438948218869565b12e9aa7088a37bbe9ff;p=gentoo.git dev-util/ccache: link upstream bug report into patches Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-util/ccache/files/ccache-3.3-size-on-disk.patch b/dev-util/ccache/files/ccache-3.3-size-on-disk.patch index 77628968cb75..277e9a6469a0 100644 --- a/dev-util/ccache/files/ccache-3.3-size-on-disk.patch +++ b/dev-util/ccache/files/ccache-3.3-size-on-disk.patch @@ -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. diff --git a/dev-util/ccache/files/ccache-3.4-size-on-disk.patch b/dev-util/ccache/files/ccache-3.4-size-on-disk.patch index 29f97964890b..a2f4a554cab3 100644 --- a/dev-util/ccache/files/ccache-3.4-size-on-disk.patch +++ b/dev-util/ccache/files/ccache-3.4-size-on-disk.patch @@ -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. diff --git a/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch b/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch index 2b12542d26f7..dcb5cf1f497a 100644 --- a/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch +++ b/dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/649440 +https://github.com/ccache/ccache/issues/442 Disable cleanup based on free filesystem size.