sci-mathematics/flocq: ignore CFLAGS for ML/Coq code

Closes: https://bugs.gentoo.org/904156
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2023-04-11 14:02:16 +02:00
parent aed9274e5e
commit 66e46e9f80
2 changed files with 6 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
# Do not complain about CFLAGS etc since ML projects do not use them.
QA_FLAGS_IGNORED='.*'
src_compile() {
./remake --jobs=$(makeopts_jobs) || die
}

View File

@@ -20,6 +20,9 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
# Do not complain about CFLAGS etc since ML projects do not use them.
QA_FLAGS_IGNORED='.*'
src_compile() {
./remake --jobs=$(makeopts_jobs) || die
}