summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-05-31 21:57:45 +0200
committerUlrich Müller <ulm@gentoo.org>2020-05-31 21:58:19 +0200
commita7da86e81692acfbcfc627afb45477756c45290b (patch)
treea1136ebbb272d150c226d900182bec894bfa4045 /app-editors
parentprofiles/package.mask: mask app-admin/pdk for removal (diff)
downloadgentoo-a7da86e81692acfbcfc627afb45477756c45290b.tar.gz
gentoo-a7da86e81692acfbcfc627afb45477756c45290b.tar.bz2
gentoo-a7da86e81692acfbcfc627afb45477756c45290b.zip
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@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/e3/e3-2.8.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index 41f1d83154db..b554e85be62a 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)"