commit:     e2e4fb52038914439a3ff85bfa3d8486fc2be04d
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 05:46:51 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 27 05:46:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e4fb52

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 <AT> gentoo.org>

 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 8 ++++----
 1 file 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 c6d15bcea81..668708afdc7 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

Reply via email to