commit: a7da86e81692acfbcfc627afb45477756c45290b Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun May 31 19:57:45 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun May 31 19:58:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7da86e8
app-editors/e3: Set QA_FLAGS_IGNORED for e3 binary. Suppresses false positive QA warning for CFLAGS. Closes: https://bugs.gentoo.org/726484 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/e3/e3-2.8.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild index 41f1d83154d..b554e85be62 100644 --- a/app-editors/e3/e3-2.8.2.ebuild +++ b/app-editors/e3/e3-2.8.2.ebuild @@ -19,6 +19,7 @@ BDEPEND=">=dev-lang/nasm-2.09.04" S="${WORKDIR}/${MY_P}" PATCHES=("${FILESDIR}"/${P}-makefile.patch) +QA_FLAGS_IGNORED="/usr/bin/e3" #726484 src_compile() { emake -- $(usex amd64 64 32) LD="$(tc-getLD)"
