commit: 255cf979403d24353042883f4939d7e7d41e1a2a Author: Jonas Frei <freijon <AT> pm <DOT> me> AuthorDate: Sat Nov 30 05:15:54 2024 +0000 Commit: Jonas Frei <freijon <AT> pm <DOT> me> CommitDate: Sat Nov 30 05:16:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=255cf979
gui-apps/xwayland-satellite: Added pkg_setup to find clang Closes: https://bugs.gentoo.org/945301 Signed-off-by: Jonas Frei <freijon <AT> pm.me> gui-apps/xwayland-satellite/xwayland-satellite-0.5-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui-apps/xwayland-satellite/xwayland-satellite-0.5-r1.ebuild b/gui-apps/xwayland-satellite/xwayland-satellite-0.5-r1.ebuild index b683731c9..4ae7c14a4 100644 --- a/gui-apps/xwayland-satellite/xwayland-satellite-0.5-r1.ebuild +++ b/gui-apps/xwayland-satellite/xwayland-satellite-0.5-r1.ebuild @@ -136,6 +136,11 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" DOCS=( README.md ) +pkg_setup() { + llvm-r1_pkg_setup + rust_pkg_setup +} + src_install() { cargo_src_install einstalldocs
