diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-25 23:58:00 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-25 23:58:00 +0200 |
commit | 6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf (patch) | |
tree | b1ef135e91ab2a56bd474a33ef59e8262d04ed9f /sci-mathematics/alt-ergo | |
parent | dev-util/meson: disable some additional unit tests (diff) | |
download | gentoo-6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf.tar.gz gentoo-6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf.tar.bz2 gentoo-6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf.zip |
sci-mathematics/alt-ergo: fix QA_FLAGS_IGNORED
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild index b7f3fb22add8..c6d15bcea811 100644 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild @@ -26,11 +26,11 @@ RDEPEND="${DEPEND}" DOCS=( CHANGES INSTALL.md README.md ) -QA_FLAGS_IGNORED=( +QA_FLAGS_IGNORED=" /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs /usr/bin/alt-ergo -) +" src_prepare() { default |