mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
*/*: update for slotted Rust
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
parent
97bc4fd063
commit
c5a60234ac
@ -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"
|
@ -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"
|
@ -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"
|
Loading…
x
Reference in New Issue
Block a user