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 165C0158089 for ; Wed, 18 Oct 2023 13:22:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ADF02BC087; Wed, 18 Oct 2023 13:22:39 +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 3BA942BC087 for ; Wed, 18 Oct 2023 13:22:39 +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 159FC335CB7 for ; Wed, 18 Oct 2023 13:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 876851149 for ; Wed, 18 Oct 2023 13:22:36 +0000 (UTC) From: "Brett Alcox" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brett Alcox" Message-ID: <1697635278.23b939b6330bbebb790a360e8f268489eaa3e8dd.brettalcox@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/mission-center/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-apps/mission-center/mission-center-0.3.2.ebuild sys-apps/mission-center/mission-center-0.3.3.ebuild sys-apps/mission-center/mission-center-9999.ebuild X-VCS-Directories: sys-apps/mission-center/ X-VCS-Committer: brettalcox X-VCS-Committer-Name: Brett Alcox X-VCS-Revision: 23b939b6330bbebb790a360e8f268489eaa3e8dd X-VCS-Branch: dev Date: Wed, 18 Oct 2023 13:22:36 +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: d7298db1-edba-44e1-8745-38024dfa7d01 X-Archives-Hash: 4e37c6913097068496f9d5a6b3dd4447 commit: 23b939b6330bbebb790a360e8f268489eaa3e8dd Author: brettalcox gmail com> AuthorDate: Wed Oct 18 13:21:18 2023 +0000 Commit: Brett Alcox gmail com> CommitDate: Wed Oct 18 13:21:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23b939b6 sys-apps/mission-center: correcting QA_FLAGS_IGNORED the app package uses a hyphen, but the actual installed binary does not, so i've corrected it to use (and ignore) the proper binary Signed-off-by: brettalcox gmail.com> sys-apps/mission-center/mission-center-0.3.2.ebuild | 5 ++++- sys-apps/mission-center/mission-center-0.3.3.ebuild | 5 ++++- sys-apps/mission-center/mission-center-9999.ebuild | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/sys-apps/mission-center/mission-center-0.3.2.ebuild b/sys-apps/mission-center/mission-center-0.3.2.ebuild index ea6802fe04..0777ca1d49 100644 --- a/sys-apps/mission-center/mission-center-0.3.2.ebuild +++ b/sys-apps/mission-center/mission-center-0.3.2.ebuild @@ -345,4 +345,7 @@ src_test() { # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED=" + usr/bin/missioncenter + usr/bin/missioncenter-gatherer +" diff --git a/sys-apps/mission-center/mission-center-0.3.3.ebuild b/sys-apps/mission-center/mission-center-0.3.3.ebuild index 66ca90aa98..f0828a25c7 100644 --- a/sys-apps/mission-center/mission-center-0.3.3.ebuild +++ b/sys-apps/mission-center/mission-center-0.3.3.ebuild @@ -403,4 +403,7 @@ pkg_postrm() { # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED=" + usr/bin/missioncenter + usr/bin/missioncenter-gatherer +" diff --git a/sys-apps/mission-center/mission-center-9999.ebuild b/sys-apps/mission-center/mission-center-9999.ebuild index af4fb1c22a..ab8703b538 100644 --- a/sys-apps/mission-center/mission-center-9999.ebuild +++ b/sys-apps/mission-center/mission-center-9999.ebuild @@ -406,4 +406,7 @@ pkg_postrm() { # rust does not use *FLAGS from make.conf, silence portage warning # update with proper path to binaries this crate installs, omit leading / -QA_FLAGS_IGNORED="usr/bin/${PN}" +QA_FLAGS_IGNORED=" + usr/bin/missioncenter + usr/bin/missioncenter-gatherer +"