mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user