Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ccache/files/
Date: Fri, 19 Jul 2019 22:03:19
Message-Id: 1563573789.721aeb72c6332be92433e24d7fb0533bcbe32b74.slyfox@gentoo
1 commit: 721aeb72c6332be92433e24d7fb0533bcbe32b74
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 19 21:59:22 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 22:03:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721aeb72
7
8 dev-util/ccache: fix bug reference in a patch
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-util/ccache/files/ccache-3.3-size-on-disk.patch | 2 +-
14 dev-util/ccache/files/ccache-3.4-size-on-disk.patch | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 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
18 index e4e2ff8c647..77628968cb7 100644
19 --- a/dev-util/ccache/files/ccache-3.3-size-on-disk.patch
20 +++ b/dev-util/ccache/files/ccache-3.3-size-on-disk.patch
21 @@ -1,4 +1,4 @@
22 -https://bugs.gentoo.org/56178
23 +https://bugs.gentoo.org/456178
24
25 stick to the size of files on disk rather than their byte size.
26 this func is only used for stats management, so this should be safe.
27
28 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
29 index 4f39a0348f2..29f97964890 100644
30 --- a/dev-util/ccache/files/ccache-3.4-size-on-disk.patch
31 +++ b/dev-util/ccache/files/ccache-3.4-size-on-disk.patch
32 @@ -1,4 +1,4 @@
33 -https://bugs.gentoo.org/56178
34 +https://bugs.gentoo.org/456178
35
36 stick to the size of files on disk rather than their byte size.
37 this func is only used for stats management, so this should be safe.