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 9478715A7D9 for ; Sat, 18 Mar 2023 21:15:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC569E0882; Sat, 18 Mar 2023 21:15:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E08CE0882 for ; Sat, 18 Mar 2023 21:15:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F2ED335C56 for ; Sat, 18 Mar 2023 21:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B69688F for ; Sat, 18 Mar 2023 21:15:29 +0000 (UTC) From: "Pascal Jäger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pascal Jäger" Message-ID: <1679174127.202213531a620b250e6b11cf313af2dab7aed3bf.pascal.jaeger@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-editors/lapce/lapce-0.2.6.ebuild X-VCS-Directories: app-editors/lapce/ X-VCS-Committer: pascal.jaeger X-VCS-Committer-Name: Pascal Jäger X-VCS-Revision: 202213531a620b250e6b11cf313af2dab7aed3bf X-VCS-Branch: dev Date: Sat, 18 Mar 2023 21:15:29 +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: 61e06e33-8abd-4015-b924-082b886e99b1 X-Archives-Hash: 38f97ca83dd2d9f3f4f2a9c600c9a270 commit: 202213531a620b250e6b11cf313af2dab7aed3bf Author: Pascal Jäger leimstift de> AuthorDate: Sat Mar 18 21:14:31 2023 +0000 Commit: Pascal Jäger leimstift de> CommitDate: Sat Mar 18 21:15:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20221353 app-editors/lapce: silence QA for LDFLAGS Closes: https://bugs.gentoo.org/901471 Signed-off-by: Pascal Jäger leimstift.de> app-editors/lapce/lapce-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/lapce/lapce-0.2.6.ebuild b/app-editors/lapce/lapce-0.2.6.ebuild index 3beeadb77..0fbb8ff2d 100644 --- a/app-editors/lapce/lapce-0.2.6.ebuild +++ b/app-editors/lapce/lapce-0.2.6.ebuild @@ -648,7 +648,7 @@ BDEPEND=" " # rust does not use *FLAGS from make.conf, silence portage warning -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED="usr/bin/.*" src_install() { cargo_src_install