mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
eclass/cargo: Sync with Gentoo
It's from Gentoo commit e759d3dcff09e271735620b525333d091e085e2d.
This commit is contained in:
parent
3e21b50985
commit
d8b23cf9f2
@ -35,11 +35,6 @@ case ${EAPI} in
|
||||
# 1.52 may need setting RUSTC_BOOTSTRAP envvar for some crates
|
||||
# 1.53 added cargo update --offline, can be used to update vulnerable crates from pre-fetched registry without editing toml
|
||||
RUST_DEPEND=">=virtual/rust-1.53"
|
||||
|
||||
if [[ -z ${CRATES} && "${PV}" != *9999* ]]; then
|
||||
eerror "undefined CRATES variable in non-live EAPI=8 ebuild"
|
||||
die "CRATES variable not defined"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user