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 ABFB815808B for ; Thu, 15 Feb 2024 14:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E48502BC04B; Thu, 15 Feb 2024 14:58:30 +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 C838C2BC04B for ; Thu, 15 Feb 2024 14:58:30 +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 D58953430E7 for ; Thu, 15 Feb 2024 14:58:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EED314E0 for ; Thu, 15 Feb 2024 14:58:26 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707994764.fe242a03ee1867f4fa700680c638156c720d4b52.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-apps/pnpm-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild X-VCS-Directories: sys-apps/pnpm-bin/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: fe242a03ee1867f4fa700680c638156c720d4b52 X-VCS-Branch: master Date: Thu, 15 Feb 2024 14:58:26 +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: 2a4a66fd-e3f5-4085-abd4-8f897c39c73d X-Archives-Hash: f43faa0812850bbb15e64a05f8026823 commit: fe242a03ee1867f4fa700680c638156c720d4b52 Author: Vitaly Zdanevich ya ru> AuthorDate: Thu Feb 15 10:59:24 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 15 10:59:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fe242a03 sys-apps/pnpm-bin: replace QA_FLAGS_IGNORED to QA_PREBUILT Closes: https://bugs.gentoo.org/show_bug.cgi?id=914190 Closes: https://bugs.gentoo.org/show_bug.cgi?id=914191 Signed-off-by: Vitaly Zdanevich ya.ru> sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild index 9801c33f2e..0a5e1fdbea 100644 --- a/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild +++ b/sys-apps/pnpm-bin/pnpm-bin-8.7.5.ebuild @@ -16,7 +16,7 @@ RESTRICT="strip" S="${WORKDIR}" -QA_FLAGS_IGNORED="/usr/bin/${PN}-bin" +QA_PREBUILT="/usr/bin/${PN}-bin" src_install() { newbin "${DISTDIR}/pnpm-linux-x64" ${PN}