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 8D3B815ACFB for ; Tue, 11 Apr 2023 14:18:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E55DE091B; Tue, 11 Apr 2023 14:18:26 +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 8425DE091B for ; Tue, 11 Apr 2023 14:18:26 +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 362B3340BF1 for ; Tue, 11 Apr 2023 14:18:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FF3A35 for ; Tue, 11 Apr 2023 14:18:23 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1681222621.23ddd3215b20cec819a0edda598720c81dc8aa4b.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/coq-mathcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild X-VCS-Directories: sci-mathematics/coq-mathcomp/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 23ddd3215b20cec819a0edda598720c81dc8aa4b X-VCS-Branch: master Date: Tue, 11 Apr 2023 14:18:23 +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: 7353b7ab-8791-499c-a64e-bc6dc694408f X-Archives-Hash: cbb1360979ee057d565d281fb0f6b9d6 commit: 23ddd3215b20cec819a0edda598720c81dc8aa4b Author: Maciej Barć gentoo org> AuthorDate: Tue Apr 11 12:03:01 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Apr 11 14:17:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ddd321 sci-mathematics/coq-mathcomp: ignore CFLAGS for ML/Coq code Closes: https://bugs.gentoo.org/904155 Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild | 3 +++ sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild | 3 +++ sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild | 3 +++ 3 files changed, 9 insertions(+) diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild index 169688aba6cc..19ef924f2ac9 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.14.0-r2.ebuild @@ -19,6 +19,9 @@ RDEPEND=" " DEPEND="${RDEPEND}" +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*' + # > make jobserver unavailable src_compile() { emake -j1 diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild index fec89b781e85..bb3f88518455 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.15.0-r1.ebuild @@ -18,3 +18,6 @@ RDEPEND=" >=sci-mathematics/coq-8.16.0:= " DEPEND="${RDEPEND}" + +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*' diff --git a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild index 7ccb37804477..f90ad15beb45 100644 --- a/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild +++ b/sci-mathematics/coq-mathcomp/coq-mathcomp-1.16.0-r1.ebuild @@ -20,3 +20,6 @@ RDEPEND=" dev-lang/ocaml:= " DEPEND="${RDEPEND}" + +# Do not complain about CFLAGS etc since ML projects do not use them. +QA_FLAGS_IGNORED='.*'