*/*: update for slotted Rust

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei 2024-11-09 12:12:49 +01:00
parent 97bc4fd063
commit c5a60234ac
No known key found for this signature in database
GPG Key ID: F8C5C87BDD1E28A8
3 changed files with 5 additions and 3 deletions

View File

@ -102,8 +102,9 @@ CRATES="
"
LLVM_COMPAT=( {17..19} )
RUST_NEEDS_LLVM=1
inherit cargo llvm-r1
inherit llvm-r1 cargo
DESCRIPTION="Xwayland outside your Wayland"
HOMEPAGE="https://github.com/Supreeeme/xwayland-satellite"

View File

@ -55,7 +55,7 @@ inherit cargo
DESCRIPTION="mpc-like tool which connects to existing mpv instances through sockets."
HOMEPAGE="https://gitlab.com/mpv-ipc/mpvc"
SRC_URI="
$(cargo_crate_uris ${CRATES})
${CARGO_CRATE_URIS}
https://gitlab.com/mpv-ipc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2
"
@ -73,6 +73,5 @@ RESTRICT="mirror"
DEPEND="media-video/mpv"
RDEPEND="${DEPEND}"
BDEPEND="virtual/rust"
QA_FLAGS_IGNORED="usr/bin/mpvc"

View File

@ -418,6 +418,8 @@ CRATES="
zune-jpeg@0.4.13
"
RUST_MIN_VER="1.80.1"
inherit cargo desktop
DESCRIPTION="A hardware-accelerated GPU terminal emulator powered by WebGPU"