Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/alt-ergo/
Date: Mon, 25 May 2020 21:58:22
Message-Id: 1590443880.6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf.whissi@gentoo
1 commit: 6261c9c2649d9ab7f2823f9db2b46a9f7e60acdf
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 25 21:58:00 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon May 25 21:58:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6261c9c2
7
8 sci-mathematics/alt-ergo: fix QA_FLAGS_IGNORED
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
17 index b7f3fb22add..c6d15bcea81 100644
18 --- a/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
19 +++ b/sci-mathematics/alt-ergo/alt-ergo-2.3.0.ebuild
20 @@ -26,11 +26,11 @@ RDEPEND="${DEPEND}"
21
22 DOCS=( CHANGES INSTALL.md README.md )
23
24 -QA_FLAGS_IGNORED=(
25 +QA_FLAGS_IGNORED="
26 /usr/lib*/alt-ergo-parsers/AltErgoParsers.cmxs
27 /usr/lib*/alt-ergo-lib/AltErgoLib.cmxs
28 /usr/bin/alt-ergo
29 -)
30 +"
31
32 src_prepare() {
33 default