commit: 84f8f7e2b98eded7e6c31ac509421da9fed5d35b Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri Dec 27 02:08:20 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Dec 28 04:59:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f8f7e2
cargo.eclass: force offline operations Bug: https://bugs.gentoo.org/697762 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> eclass/cargo.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 2807bf8069d..f050b0e81ac 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 }
