commit: 27b03a5694eaa361099bf9a7ddb530c1bb2a6eb1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 18 21:00:25 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 21:00:25 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b03a56
app-editors/emacs: Drop unexec workaround for m68k
Emacs 31 has unexec removed. If the workaround is still needed,
presumably --with-dumping=none should be added.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/emacs/emacs-31.0.9999.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-editors/emacs/emacs-31.0.9999.ebuild
b/app-editors/emacs/emacs-31.0.9999.ebuild
index 6259755a54e6..7df26faf612e 100644
--- a/app-editors/emacs/emacs-31.0.9999.ebuild
+++ b/app-editors/emacs/emacs-31.0.9999.ebuild
@@ -396,9 +396,9 @@ src_configure() {
popd >/dev/null || die
# Don't try to execute the binary for dumping during the build
myconf+=( --with-dumping=none )
- elif use m68k; then
- # Workaround for https://debbugs.gnu.org/44531
- myconf+=( --with-dumping=unexec )
+ #elif use m68k; then
+ # # Workaround for https://debbugs.gnu.org/44531
+ # myconf+=( --with-dumping=unexec )
else
myconf+=( --with-dumping=pdumper )
fi