commit: 13af81af2b969a5aa6a27f28638e7f448760a14a Author: idealseal <realidealseal <AT> protonmail <DOT> com> AuthorDate: Sun Mar 16 19:54:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:02:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13af81af
app-editors/helix: align path in QA_FLAGS_IGNORED Signed-off-by: idealseal <realidealseal <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41120 Closes: https://github.com/gentoo/gentoo/pull/41120 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/helix/helix-24.07-r1.ebuild | 2 +- app-editors/helix/helix-25.01.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/helix/helix-24.07-r1.ebuild b/app-editors/helix/helix-24.07-r1.ebuild index ca8e7b53a828..bd484d6ce839 100644 --- a/app-editors/helix/helix-24.07-r1.ebuild +++ b/app-editors/helix/helix-24.07-r1.ebuild @@ -307,7 +307,7 @@ RDEPEND="dev-vcs/git" pkg_setup() { QA_FLAGS_IGNORED=" usr/bin/hx - /usr/$(get_libdir)/helix/.*\.so + usr/$(get_libdir)/${PN}/.*\.so " export HELIX_DEFAULT_RUNTIME="${EPREFIX}/usr/share/${PN}/runtime" use grammar || export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1 diff --git a/app-editors/helix/helix-25.01.1.ebuild b/app-editors/helix/helix-25.01.1.ebuild index 06bd946b6861..cb5b159317fd 100644 --- a/app-editors/helix/helix-25.01.1.ebuild +++ b/app-editors/helix/helix-25.01.1.ebuild @@ -34,7 +34,7 @@ RDEPEND="dev-vcs/git" pkg_setup() { QA_FLAGS_IGNORED=" usr/bin/hx - /usr/$(get_libdir)/helix/.*\.so + usr/$(get_libdir)/${PN}/.*\.so " export HELIX_DEFAULT_RUNTIME="${EPREFIX}/usr/share/${PN}/runtime" use grammar || export HELIX_DISABLE_AUTO_GRAMMAR_BUILD=1