Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/
Date: Wed, 27 May 2020 05:47:20
Message-Id: 1590558411.e2e4fb52038914439a3ff85bfa3d8486fc2be04d.tupone@gentoo
1 commit: e2e4fb52038914439a3ff85bfa3d8486fc2be04d
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 27 05:46:51 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Wed May 27 05:46:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e4fb52
7
8 sci-mathematics/alt-ergo: better fix for QA_FLAGS_IGNORED
9
10 Closes: https://bugs.gentoo.org/725558
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
18 index c6d15bcea81..668708afdc7 100644
19 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
20 +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
21 @@ -26,11 +26,11 @@ RDEPEND="${DEPEND}"
22
23 DOCS=( CHANGES INSTALL.md README.md )
24
25 -QA_FLAGS_IGNORED="
26 - /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
27 - /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
28 +QA_FLAGS_IGNORED=(
29 + /usr/lib64/alt-ergo-parsers/AltErgoParsers.cmxs
30 + /usr/lib64/alt-ergo-lib/AltErgoLib.cmxs
31 /usr/bin/alt-ergo
32 -"
33 +)
34
35 src_prepare() {
36 default