diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-10 11:24:12 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-11 18:49:16 +1000 |
commit | 20c78cda3f6a7edfb22c791e0e16c5d5ca20bdb3 (patch) | |
tree | 717d375d4bc34b50cfb78c9712a992489ed8d73b /media-sound | |
parent | eclass: update rust usedep handling; address feedback (diff) | |
download | gentoo-20c78cda3f6a7edfb22c791e0e16c5d5ca20bdb3.tar.gz gentoo-20c78cda3f6a7edfb22c791e0e16c5d5ca20bdb3.tar.bz2 gentoo-20c78cda3f6a7edfb22c791e0e16c5d5ca20bdb3.zip |
*/*: fix rust eclass usedep/mutlilib handling; inherit order
The rust eclass has been updated to directly inject a required
MULTILIB_USEDEP when requested.
RUST_USEDEP has been renamed to RUST_REQUIRED_USE to be consistent
with other eclasses.
llvm-r1 should be imported after cargo and the eclass now enables this.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/helvum/helvum-0.4.1-r1.ebuild | 2 | ||||
-rw-r--r-- | media-sound/helvum/helvum-0.5.1-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/helvum/helvum-0.4.1-r1.ebuild b/media-sound/helvum/helvum-0.4.1-r1.ebuild index 4105dfcddf13..9c050e19315e 100644 --- a/media-sound/helvum/helvum-0.4.1-r1.ebuild +++ b/media-sound/helvum/helvum-0.4.1-r1.ebuild @@ -108,7 +108,7 @@ CRATES=" LLVM_COMPAT=( {16..18} ) -inherit llvm-r1 cargo desktop xdg +inherit cargo desktop llvm-r1 xdg DESCRIPTION="A GTK patchbay for pipewire" HOMEPAGE="https://gitlab.freedesktop.org/pipewire/helvum" diff --git a/media-sound/helvum/helvum-0.5.1-r3.ebuild b/media-sound/helvum/helvum-0.5.1-r3.ebuild index c82f7a102563..30ab46f249aa 100644 --- a/media-sound/helvum/helvum-0.5.1-r3.ebuild +++ b/media-sound/helvum/helvum-0.5.1-r3.ebuild @@ -111,7 +111,7 @@ CRATES=" LLVM_COMPAT=( {16..18} ) -inherit llvm-r1 cargo desktop xdg +inherit cargo desktop llvm-r1 xdg DESCRIPTION="A GTK patchbay for pipewire" HOMEPAGE="https://gitlab.freedesktop.org/pipewire/helvum" |