*/*: update for slotted Rust

guru version of this commit:
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ba4dc61965ef7658a24728841c04c9a1ce4871

Closes: https://bugs.gentoo.org/943170
Closes: https://bugs.gentoo.org/943223
Closes: #260
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-11-12 00:07:37 +09:00
parent 74ff5c5014
commit eb317ddb43
61 changed files with 770 additions and 935 deletions

View File

@@ -132,6 +132,11 @@ declare -A GIT_CRATES=(
[cursive_core]='https://github.com/gyscos/cursive;0a95c82c88c8a791d7fd983e7fb9f568b77551a8;cursive-%commit%/cursive-core'
)
# <time@0.3.35
# https://github.com/time-rs/time/issues/693
RUST_MAX_VER="1.79.0"
RUST_MIN_VER="1.74.0"
inherit cargo
DESCRIPTION="Thunderbolt/USB4 debugging tools"
@@ -151,7 +156,6 @@ RDEPEND="virtual/libudev"
DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
>=virtual/rust-1.74.0
"
QA_FLAGS_IGNORED="usr/bin/.*"