dev-util/rust-script: use slotted rust

RUST_MIN_VER isn't working right now, but it should be fixed in
::gentoo soon.

Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-11-09 20:00:20 +09:00
parent c5a60234ac
commit 2f00375028

View File

@@ -106,6 +106,8 @@ CRATES="
winreg@0.52.0 winreg@0.52.0
" "
RUST_MIN_VER="1.74.1"
inherit cargo inherit cargo
DESCRIPTION="Command-line tool to run Rust scripts which can make use of crates" DESCRIPTION="Command-line tool to run Rust scripts which can make use of crates"
@@ -121,8 +123,6 @@ LICENSE+=" MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0" SLOT="0"
KEYWORDS="~amd64" KEYWORDS="~amd64"
BDEPEND=">=virtual/rust-1.74"
QA_FLAGS_IGNORED="usr/bin/.*" QA_FLAGS_IGNORED="usr/bin/.*"
PATCHES=( PATCHES=(