commit:     02ce210f2760531d12e74aad15081571589a94b0
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Mon Oct 14 18:53:39 2024 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Mon Oct 14 18:53:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02ce210f

gui-apps/xwayland-satellite: inherit llvm-r1 to fix build issue

Closes: https://bugs.gentoo.org/941536
Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 ...ayland-satellite-0.4.ebuild => xwayland-satellite-0.4-r1.ebuild} | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild 
b/gui-apps/xwayland-satellite/xwayland-satellite-0.4-r1.ebuild
similarity index 96%
rename from gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild
rename to gui-apps/xwayland-satellite/xwayland-satellite-0.4-r1.ebuild
index e36948bc0..39eb67efe 100644
--- a/gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild
+++ b/gui-apps/xwayland-satellite/xwayland-satellite-0.4-r1.ebuild
@@ -99,7 +99,9 @@ CRATES="
        xkeysym@0.2.1
 "
 
-inherit cargo
+LLVM_COMPAT=( {17..19} )
+
+inherit cargo llvm-r1
 
 DESCRIPTION="Xwayland outside your Wayland"
 HOMEPAGE="https://github.com/Supreeeme/xwayland-satellite";
@@ -124,7 +126,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-       sys-devel/clang
+       $(llvm_gen_dep 'sys-devel/clang:${LLVM_SLOT}=')
 "
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"

Reply via email to