From: Georgy Yakovlev Date: Fri, 27 Dec 2019 02:08:20 +0000 (-0800) Subject: cargo.eclass: force offline operations X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=84f8f7e2b98eded7e6c31ac509421da9fed5d35b;p=gentoo.git cargo.eclass: force offline operations Bug: https://bugs.gentoo.org/697762 Signed-off-by: Georgy Yakovlev --- diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 2807bf8069d8..f050b0e81ac0 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.eclass @@ -136,6 +136,9 @@ cargo_gen_config() { [source.crates-io] replace-with = "gentoo" local-registry = "/nonexistant" + + [net] + offline = true EOF }