Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo-audit/
Date: Sun, 25 Oct 2020 09:35:56
Message-Id: 1603618535.0b2720a63a4d4b0777552b73cfd935ff5744d98c.gyakovlev@gentoo
1 commit: 0b2720a63a4d4b0777552b73cfd935ff5744d98c
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 09:35:15 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 09:35:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2720a6
7
8 dev-util/cargo-audit: disable network tests
9
10 Closes: https://bugs.gentoo.org/751157
11 Package-Manager: Portage-3.0.8, Repoman-3.0.2
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 dev-util/cargo-audit/cargo-audit-0.12.1.ebuild | 3 +++
15 1 file changed, 3 insertions(+)
16
17 diff --git a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild
18 index 42adbc05403..52e7d619abb 100644
19 --- a/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild
20 +++ b/dev-util/cargo-audit/cargo-audit-0.12.1.ebuild
21 @@ -232,6 +232,9 @@ IUSE="fix"
22
23 QA_FLAGS_IGNORED="usr/bin/${PN}"
24
25 +# requires checkout of vuln db/network
26 +RESTRICT="test"
27 +
28 src_configuire() {
29 local myfeatures=( $(usev fix) )
30 cargo_src_configure