mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user