app-editors/helix: handle QA_FLAGS_IGNORED on 24.07

- since the installation dir has changed.

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2024-07-23 08:25:47 +03:00
parent d91ec89815
commit 293d8deb7a

View File

@@ -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
}