mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-25 05:19:07 -07:00
Don't use *.googlesource.com as tarball source, it generates non-reproducible tarballs (https://github.com/google/gitiles/issues/84). Closes: https://bugs.gentoo.org/860297 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26550 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
16 lines
644 B
Diff
16 lines
644 B
Diff
--- a/skia-3338e90707323d2cd3a150276acb9f39933deee2/third_party/zlib/BUILD.gn 2022-07-10 00:39:12.507321714 +0300
|
|
+++ b/skia-3338e90707323d2cd3a150276acb9f39933deee2/third_party/zlib/BUILD.gn 2022-07-10 00:40:49.175261689 +0300
|
|
@@ -197,12 +197,3 @@
|
|
config("zlib_config") {
|
|
}
|
|
|
|
-third_party("compression_utils_portable") {
|
|
- visibility = [ "//third_party/externals/angle2:*" ]
|
|
- public_include_dirs = [ "../externals/zlib/google" ]
|
|
- sources = [
|
|
- "../externals/zlib/google/compression_utils_portable.cc",
|
|
- "../externals/zlib/google/compression_utils_portable.h",
|
|
- ]
|
|
- public_deps = [ ":zlib" ] # either system or from source
|
|
-}
|