summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-25 02:35:15 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-10-25 02:35:35 -0700
commit0b2720a63a4d4b0777552b73cfd935ff5744d98c (patch)
tree6d8354aa16e77ed211c9a625229f6c73376f2eb2
parentdev-libs/mpc: bump up to 1.2.1 (diff)
downloadgentoo-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>
-rw-r--r--dev-util/cargo-audit/cargo-audit-0.12.1.ebuild3
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