diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-25 02:35:15 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-25 02:35:35 -0700 |
commit | 0b2720a63a4d4b0777552b73cfd935ff5744d98c (patch) | |
tree | 6d8354aa16e77ed211c9a625229f6c73376f2eb2 /dev-util/cargo-audit | |
parent | dev-libs/mpc: bump up to 1.2.1 (diff) | |
download | gentoo-0b2720a63a4d4b0777552b73cfd935ff5744d98c.tar.gz gentoo-0b2720a63a4d4b0777552b73cfd935ff5744d98c.tar.bz2 gentoo-0b2720a63a4d4b0777552b73cfd935ff5744d98c.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util/cargo-audit')
-rw-r--r-- | dev-util/cargo-audit/cargo-audit-0.12.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 42adbc05403f..52e7d619abb8 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 |