From 293d8deb7a604c4e6a6f5a728643f4345f4b438f Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 23 Jul 2024 08:25:47 +0300 Subject: [PATCH] app-editors/helix: handle QA_FLAGS_IGNORED on 24.07 - since the installation dir has changed. Signed-off-by: Joonas Niilola --- app-editors/helix/helix-24.07.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-editors/helix/helix-24.07.ebuild b/app-editors/helix/helix-24.07.ebuild index 1e4539721df4d..34b8e21634306 100644 --- a/app-editors/helix/helix-24.07.ebuild +++ b/app-editors/helix/helix-24.07.ebuild @@ -304,12 +304,11 @@ IUSE="+grammar" RDEPEND="dev-vcs/git" -QA_FLAGS_IGNORED=" - usr/bin/hx - usr/share/${PN}/runtime/grammars/.*\.so -" - pkg_setup() { + QA_FLAGS_IGNORED=" + usr/bin/hx + /usr/$(get_libdir)/helix/.*\.so + " export HELIX_DEFAULT_RUNTIME="${EPREFIX}/usr/share/${PN}/runtime" use grammar || export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 }