Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
Date: Sun, 31 May 2020 19:58:54
Message-Id: 1590955099.a7da86e81692acfbcfc627afb45477756c45290b.ulm@gentoo
1 commit: a7da86e81692acfbcfc627afb45477756c45290b
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 19:57:45 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 19:58:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7da86e8
7
8 app-editors/e3: Set QA_FLAGS_IGNORED for e3 binary.
9
10 Suppresses false positive QA warning for CFLAGS.
11
12 Closes: https://bugs.gentoo.org/726484
13 Package-Manager: Portage-2.3.100, Repoman-2.3.22
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 app-editors/e3/e3-2.8.2.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
20 index 41f1d83154d..b554e85be62 100644
21 --- a/app-editors/e3/e3-2.8.2.ebuild
22 +++ b/app-editors/e3/e3-2.8.2.ebuild
23 @@ -19,6 +19,7 @@ BDEPEND=">=dev-lang/nasm-2.09.04"
24
25 S="${WORKDIR}/${MY_P}"
26 PATCHES=("${FILESDIR}"/${P}-makefile.patch)
27 +QA_FLAGS_IGNORED="/usr/bin/e3" #726484
28
29 src_compile() {
30 emake -- $(usex amd64 64 32) LD="$(tc-getLD)"