diff options
author | 2024-10-14 20:53:39 +0200 | |
---|---|---|
committer | 2024-10-14 20:53:39 +0200 | |
commit | 02ce210f2760531d12e74aad15081571589a94b0 (patch) | |
tree | a80ce95114b5596c0055115248761ad3bd852469 | |
parent | dev-db/dbeaver-bin: add 24.2.2, add -* to KEYWORDS (diff) | |
download | guru-02ce210f2760531d12e74aad15081571589a94b0.tar.gz guru-02ce210f2760531d12e74aad15081571589a94b0.tar.bz2 guru-02ce210f2760531d12e74aad15081571589a94b0.zip |
gui-apps/xwayland-satellite: inherit llvm-r1 to fix build issue
Closes: https://bugs.gentoo.org/941536
Signed-off-by: Jonas Frei <freijon@pm.me>
-rw-r--r-- | gui-apps/xwayland-satellite/xwayland-satellite-0.4-r1.ebuild (renamed from gui-apps/xwayland-satellite/xwayland-satellite-0.4.ebuild) | 6 |
1 files 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 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}" |