dev-util/cargo-audit: fix typo, revbump

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2021-07-02 23:38:24 -07:00
parent e62d6a7c71
commit b1baac91a2
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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