From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEB8F159C9B for ; Tue, 23 Jul 2024 05:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A956E29D6; Tue, 23 Jul 2024 05:27:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4955E29D6 for ; Tue, 23 Jul 2024 05:27:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F343F340C7C for ; Tue, 23 Jul 2024 05:27:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0304F1E62 for ; Tue, 23 Jul 2024 05:27:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1721712410.293d8deb7a604c4e6a6f5a728643f4345f4b438f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/helix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/helix/helix-24.07.ebuild X-VCS-Directories: app-editors/helix/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 293d8deb7a604c4e6a6f5a728643f4345f4b438f X-VCS-Branch: master Date: Tue, 23 Jul 2024 05:27:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa63b861-aa26-42aa-ba92-4207d0111e9c X-Archives-Hash: f8fb1f044beea147aec8721fe5fde7f3 commit: 293d8deb7a604c4e6a6f5a728643f4345f4b438f Author: Joonas Niilola gentoo org> AuthorDate: Tue Jul 23 05:25:47 2024 +0000 Commit: Joonas Niilola gentoo 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 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 }