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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 394D5158CB7 for ; Fri, 20 Aug 2021 18:08:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634E5E07B3; Fri, 20 Aug 2021 18:07:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 478EDE07B3 for ; Fri, 20 Aug 2021 18:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2EF82340DD2 for ; Fri, 20 Aug 2021 18:07:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6D0F8A7 for ; Fri, 20 Aug 2021 18:07:56 +0000 (UTC) From: "Alexys Jacob" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexys Jacob" Message-ID: <1629482867.4b20813089b4b54771ea2c036c20a4a47df03902.ultrabug@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongosh-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild X-VCS-Directories: app-admin/mongosh-bin/ X-VCS-Committer: ultrabug X-VCS-Committer-Name: Alexys Jacob X-VCS-Revision: 4b20813089b4b54771ea2c036c20a4a47df03902 X-VCS-Branch: master Date: Fri, 20 Aug 2021 18:07:56 +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: 8ffaad88-69d3-468a-b573-d3a6cb1f13a4 X-Archives-Hash: 1acc021f2c2e51d0df19071e3da8d376 commit: 4b20813089b4b54771ea2c036c20a4a47df03902 Author: Tomáš Mózes gmail com> AuthorDate: Fri Aug 20 15:03:15 2021 +0000 Commit: Alexys Jacob gentoo org> CommitDate: Fri Aug 20 18:07:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b208130 app-admin/mongosh-bin: add QA_FLAGS_IGNORED Binary package, no compilation involved. Closes: https://bugs.gentoo.org/809119 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Alexys Jacob gentoo.org> app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild b/app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild index 4f81663b3bb..efad4f58748 100644 --- a/app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild +++ b/app-admin/mongosh-bin/mongosh-bin-1.0.4.ebuild @@ -19,6 +19,9 @@ KEYWORDS="~amd64 ~arm64" RDEPEND="dev-libs/cyrus-sasl[kerberos]" +# Do not complain about CFLAGS etc since we don't use them +QA_FLAGS_IGNORED='.*' + src_unpack() { if use amd64; then S="${WORKDIR}/${MY_P}-linux-x64"