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 /games-puzzle | |
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 'games-puzzle')
-rw-r--r-- | games-puzzle/syzygy/syzygy-1.0.2-r1.ebuild (renamed from games-puzzle/syzygy/syzygy-1.0.2.ebuild) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games-puzzle/syzygy/syzygy-1.0.2.ebuild b/games-puzzle/syzygy/syzygy-1.0.2-r1.ebuild index c4b802feffd0..e40eb73ed926 100644 --- a/games-puzzle/syzygy/syzygy-1.0.2.ebuild +++ b/games-puzzle/syzygy/syzygy-1.0.2-r1.ebuild @@ -59,7 +59,6 @@ KEYWORDS="~amd64" RDEPEND="media-libs/libsdl2[sound,video]" DEPEND="${RDEPEND}" -BDEPEND=">=virtual/rust-1.60" QA_FLAGS_IGNORED="usr/bin/${PN}" |