From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 46C1D1382C5 for ; Sun, 31 May 2020 19:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73CDCE093E; Sun, 31 May 2020 19:58:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6003CE093E for ; Sun, 31 May 2020 19:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C34534EADB for ; Sun, 31 May 2020 19:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8129F242 for ; Sun, 31 May 2020 19:58:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1590955099.a7da86e81692acfbcfc627afb45477756c45290b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/e3/e3-2.8.2.ebuild X-VCS-Directories: app-editors/e3/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a7da86e81692acfbcfc627afb45477756c45290b X-VCS-Branch: master Date: Sun, 31 May 2020 19:58:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c5665d3-3235-469e-8a97-30a1c08208ec X-Archives-Hash: 241d7e912a964223db9993979505100b commit: a7da86e81692acfbcfc627afb45477756c45290b Author: Ulrich Müller gentoo org> AuthorDate: Sun May 31 19:57:45 2020 +0000 Commit: Ulrich Müller gentoo 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 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)"