mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
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:
@@ -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=(
|
||||||
Reference in New Issue
Block a user