diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-04 17:24:14 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-09 16:25:41 +1000 |
commit | 01ba4dc61965ef7658a24728841c04c9a1ce4871 (patch) | |
tree | a2a6b927779e5990ff87ec4589373d1d89129a63 /sys-apps/fd | |
parent | profiles: mask dev-lang/starlark-rust (diff) | |
download | gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.gz gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.tar.bz2 gentoo-01ba4dc61965ef7658a24728841c04c9a1ce4871.zip |
*/*: update for slotted Rust
Tidyups:
- $(cargo_crate_uris)
- Rust BDEPENDS come from the eclass except in very rare
circumstances (RUST_OPTIONAL=1)
- RUST_M{AX,IN}_VER where required.
- Suboptimal crate separator (`-` -> `@`)
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/39218
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sys-apps/fd')
-rw-r--r-- | sys-apps/fd/fd-10.2.0-r1.ebuild (renamed from sys-apps/fd/fd-10.2.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/fd/fd-10.2.0.ebuild b/sys-apps/fd/fd-10.2.0-r1.ebuild index 7aebdb798a90..0435d37a069f 100644 --- a/sys-apps/fd/fd-10.2.0.ebuild +++ b/sys-apps/fd/fd-10.2.0-r1.ebuild @@ -119,6 +119,8 @@ CRATES=" windows_x86_64_msvc@0.52.6 " +RUST_MIN_VER="1.79.0" + inherit bash-completion-r1 cargo DESCRIPTION="Alternative to find that provides sensible defaults for 80% of the use cases" @@ -141,9 +143,6 @@ DEPEND=" RDEPEND=" ${DEPEND} " -BDEPEND=" - >=virtual/rust-1.77.2 -" QA_FLAGS_IGNORED="/usr/bin/fd" |