From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/
Date: Wed, 14 Feb 2024 13:00:10 +0000 (UTC) [thread overview]
Message-ID: <1707915588.76480eb12412e13a6f9b105bde10fd7a98b137a6.ulm@gentoo> (raw)
commit: 76480eb12412e13a6f9b105bde10fd7a98b137a6
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:55:14 2024 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 12:59:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76480eb1
app-editors/e3: Suppress false positive warning for prestripped
Make the build fail if the arch is unknown; update to EAPI 8 for
two-argument usev.
Closes: https://bugs.gentoo.org/924244
Bug: https://bugs.gentoo.org/924353
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/e3/e3-2.8.2.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/app-editors/e3/e3-2.8.2.ebuild b/app-editors/e3/e3-2.8.2.ebuild
index 1861f7fdb058..02569310fc46 100644
--- a/app-editors/e3/e3-2.8.2.ebuild
+++ b/app-editors/e3/e3-2.8.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -18,10 +18,14 @@ BDEPEND=">=dev-lang/nasm-2.09.04"
S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}"/${P}-makefile.patch)
-QA_FLAGS_IGNORED="/usr/bin/e3" #726484
+
+# Suppress false positive QA warnings #726484 #924244
+QA_FLAGS_IGNORED="/usr/bin/e3"
+QA_PRESTRIPPED="/usr/bin/e3"
src_compile() {
- emake -- $(usex amd64 64 32) LD="$(tc-getLD)" DEBUG=true
+ emake -- $(usev amd64 64 || usev x86 32 || die) \
+ LD="$(tc-getLD)" DEBUG=true
}
src_install() {
next reply other threads:[~2024-02-14 13:00 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-14 13:00 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-12 13:51 [gentoo-commits] repo/gentoo:master commit in: app-editors/e3/ Jakov Smolić
2020-06-24 8:22 Ulrich Müller
2020-05-31 19:58 Ulrich Müller
2019-10-03 10:15 Ulrich Müller
2019-10-03 10:15 Ulrich Müller
2019-10-02 22:41 Ulrich Müller
2019-08-19 22:08 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707915588.76480eb12412e13a6f9b105bde10fd7a98b137a6.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox