mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-util/cargo-audit: fix typo, revbump
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user