summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-11-04 17:24:14 +1000
committerMatt Jolly <kangie@gentoo.org>2024-11-09 16:25:41 +1000
commit01ba4dc61965ef7658a24728841c04c9a1ce4871 (patch)
treea2a6b927779e5990ff87ec4589373d1d89129a63 /games-board
parentprofiles: mask dev-lang/starlark-rust (diff)
downloadgentoo-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 'games-board')
-rw-r--r--games-board/jja/jja-0.9.1-r1.ebuild (renamed from games-board/jja/jja-0.9.1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/jja/jja-0.9.1.ebuild b/games-board/jja/jja-0.9.1-r1.ebuild
index c5d106105a70..9eb7556c9e84 100644
--- a/games-board/jja/jja-0.9.1.ebuild
+++ b/games-board/jja/jja-0.9.1-r1.ebuild
@@ -246,7 +246,7 @@ CRATES="
LLVM_COMPAT=( {16..18} )
-inherit cargo llvm-r1
+inherit llvm-r1 cargo
DESCRIPTION="swiss army knife for chess file formats"
HOMEPAGE="https://git.sr.ht/~alip/jja"