commit: 0b2720a63a4d4b0777552b73cfd935ff5744d98c Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Sun Oct 25 09:35:15 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sun Oct 25 09:35:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2720a6
dev-util/cargo-audit: disable network tests Closes: https://bugs.gentoo.org/751157 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> dev-util/cargo-audit/cargo-audit-0.12.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild index 42adbc05403..52e7d619abb 100644 --- a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild @@ -232,6 +232,9 @@ IUSE="fix" QA_FLAGS_IGNORED="usr/bin/${PN}" +# requires checkout of vuln db/network +RESTRICT="test" + src_configuire() { local myfeatures=( $(usev fix) ) cargo_src_configure
