commit:     293d8deb7a604c4e6a6f5a728643f4345f4b438f
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:25:47 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:26:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293d8deb

app-editors/helix: handle QA_FLAGS_IGNORED on 24.07

 - since the installation dir has changed.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 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 1e4539721df4..34b8e2163430 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
 }

Reply via email to