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: Sat, 03 Jul 2021 07:03:11
Message-Id: 1625295551.b1baac91a219d9d7e8cd89d048275bf13b4f778e.gyakovlev@gentoo
1 commit: b1baac91a219d9d7e8cd89d048275bf13b4f778e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:38:24 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:59:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1baac91
7
8 dev-util/cargo-audit: fix typo, revbump
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 .../{cargo-audit-0.14.1.ebuild => cargo-audit-0.14.1-r1.ebuild} | 2 +-
13 dev-util/cargo-audit/cargo-audit-0.15.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/cargo-audit/cargo-audit-0.14.1.ebuild b/dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild
17 similarity index 99%
18 rename from dev-util/cargo-audit/cargo-audit-0.14.1.ebuild
19 rename to dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild
20 index 1b829893e7c..ffc6493f2ab 100644
21 --- a/dev-util/cargo-audit/cargo-audit-0.14.1.ebuild
22 +++ b/dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild
23 @@ -254,7 +254,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}"
24 # requires checkout of vuln db/network
25 RESTRICT="test"
26
27 -src_configuire() {
28 +src_configure() {
29 local myfeatures=( $(usev fix) )
30 cargo_src_configure
31 }
32
33 diff --git a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild
34 index 85a09f817c4..4207571cab8 100644
35 --- a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild
36 +++ b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild
37 @@ -302,7 +302,7 @@ src_configure() {
38 cargo_src_configure
39 }
40
41 -cargo_src_compile() {
42 +src_compile() {
43 # normally we can pass --bin cargo-audit
44 # to build single workspace member, but we need to cd
45 # for tests to be discovered properly