diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-02 23:38:24 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-02 23:59:11 -0700 |
commit | b1baac91a219d9d7e8cd89d048275bf13b4f778e (patch) | |
tree | 54170099750b9f2eb96d4760003144c18b3fa91f /dev-util/cargo-audit | |
parent | dev-util/cargo-audit: add 0.15.0 (diff) | |
download | gentoo-b1baac91a219d9d7e8cd89d048275bf13b4f778e.tar.gz gentoo-b1baac91a219d9d7e8cd89d048275bf13b4f778e.tar.bz2 gentoo-b1baac91a219d9d7e8cd89d048275bf13b4f778e.zip |
dev-util/cargo-audit: fix typo, revbump
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.14.1-r1.ebuild (renamed from dev-util/cargo-audit/cargo-audit-0.14.1.ebuild) | 2 | ||||
-rw-r--r-- | dev-util/cargo-audit/cargo-audit-0.15.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 1b829893e7c4..ffc6493f2aba 100644 --- a/dev-util/cargo-audit/cargo-audit-0.14.1.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.14.1-r1.ebuild @@ -254,7 +254,7 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" # requires checkout of vuln db/network RESTRICT="test" -src_configuire() { +src_configure() { local myfeatures=( $(usev fix) ) cargo_src_configure } diff --git a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild index 85a09f817c4b..4207571cab8f 100644 --- a/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild +++ b/dev-util/cargo-audit/cargo-audit-0.15.0.ebuild @@ -302,7 +302,7 @@ src_configure() { cargo_src_configure } -cargo_src_compile() { +src_compile() { # normally we can pass --bin cargo-audit # to build single workspace member, but we need to cd # for tests to be discovered properly |