summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-07-19 23:29:10 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-07-19 23:29:10 +0100
commit357b8438948218869565b12e9aa7088a37bbe9ff (patch)
tree2661f88c2d4864db54b1a009250f40b4e7ea0499
parentprofiles/arch/hppa/package.use.mask: mask sys-devel/gdb[server] (diff)
downloadgentoo-357b8438948218869565b12e9aa7088a37bbe9ff.tar.gz
gentoo-357b8438948218869565b12e9aa7088a37bbe9ff.tar.bz2
gentoo-357b8438948218869565b12e9aa7088a37bbe9ff.zip
dev-util/ccache: link upstream bug report into patches
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--dev-util/ccache/files/ccache-3.3-size-on-disk.patch1
-rw-r--r--dev-util/ccache/files/ccache-3.4-size-on-disk.patch1
-rw-r--r--dev-util/ccache/files/ccache-3.6-disable-sized-cleanup.patch1
3 files changed, 3 insertions, 0 deletions
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.