diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2020-05-27 07:46:51 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2020-05-27 07:46:51 +0200 |
commit | e2e4fb52038914439a3ff85bfa3d8486fc2be04d (patch) | |
tree | 5bbbf2388ebc6d88b7097fb492f461f7488cdcf0 /sci-mathematics/alt-ergo | |
parent | x11-misc/xbindkeys: Version 1.8.7 (diff) | |
download | gentoo-e2e4fb52038914439a3ff85bfa3d8486fc2be04d.tar.gz gentoo-e2e4fb52038914439a3ff85bfa3d8486fc2be04d.tar.bz2 gentoo-e2e4fb52038914439a3ff85bfa3d8486fc2be04d.zip |
sci-mathematics/alt-ergo: better fix for QA_FLAGS_IGNORED
Closes: https://bugs.gentoo.org/725558
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-mathematics/alt-ergo')
-rw-r--r-- | sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 8 |
1 files changed, 4 insertions, 4 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 c6d15bcea811..668708afdc77 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=" - /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs - /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs +QA_FLAGS_IGNORED=( + /usr/lib64/alt-ergo-parsers/AltErgoParsers.cmxs + /usr/lib64/alt-ergo-lib/AltErgoLib.cmxs /usr/bin/alt-ergo -" +) src_prepare() { default |