commit:     4b20813089b4b54771ea2c036c20a4a47df03902
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Aug 20 15:03:15 2021 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> 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 <hydrapolic <AT> gmail.com>
Signed-off-by: Alexys Jacob <ultrabug <AT> 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"

Reply via email to