diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-19 22:59:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-07-19 23:03:09 +0100 |
commit | 721aeb72c6332be92433e24d7fb0533bcbe32b74 (patch) | |
tree | 39b8937d1083fd256bd91ccb5cc6648a1f7f9c9b /dev-util/ccache/files | |
parent | dev-util/ccache: drop unused patch (diff) | |
download | gentoo-721aeb72c6332be92433e24d7fb0533bcbe32b74.tar.gz gentoo-721aeb72c6332be92433e24d7fb0533bcbe32b74.tar.bz2 gentoo-721aeb72c6332be92433e24d7fb0533bcbe32b74.zip |
dev-util/ccache: fix bug reference in a patch
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-util/ccache/files')
-rw-r--r-- | dev-util/ccache/files/ccache-3.3-size-on-disk.patch | 2 | ||||
-rw-r--r-- | dev-util/ccache/files/ccache-3.4-size-on-disk.patch | 2 |
2 files changed, 2 insertions, 2 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 e4e2ff8c6477..77628968cb75 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,4 @@ -https://bugs.gentoo.org/56178 +https://bugs.gentoo.org/456178 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 4f39a0348f2f..29f97964890b 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,4 @@ -https://bugs.gentoo.org/56178 +https://bugs.gentoo.org/456178 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. |