summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-07-23 08:25:47 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-07-23 08:26:50 +0300
commit293d8deb7a604c4e6a6f5a728643f4345f4b438f (patch)
treec12d946b77be82e7f07b5676b4eb28f3980a4599 /app-editors
parentapp-editors/helix: drop 23.10-r3 (diff)
downloadgentoo-293d8deb7a604c4e6a6f5a728643f4345f4b438f.tar.gz
gentoo-293d8deb7a604c4e6a6f5a728643f4345f4b438f.tar.bz2
gentoo-293d8deb7a604c4e6a6f5a728643f4345f4b438f.zip
app-editors/helix: handle QA_FLAGS_IGNORED on 24.07
- since the installation dir has changed. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/helix/helix-24.07.ebuild9
1 files 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
}