summaryrefslogtreecommitdiff
path: root/app-editors/emacs/emacs-29.1-r6.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-21 01:50:31 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-21 01:50:31 +0000
commit2ac4d6eef70b0af1c7380b190dd14c8df8a4b9a5 (patch)
tree99640217df95ed54255127d0f54f43d19474348f /app-editors/emacs/emacs-29.1-r6.ebuild
parent1fb8608d6f0b1acf0e34361c105533087a09c710 (diff)
gentoo auto-resync : 21:12:2023 - 01:50:31
Diffstat (limited to 'app-editors/emacs/emacs-29.1-r6.ebuild')
-rw-r--r--app-editors/emacs/emacs-29.1-r6.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/emacs/emacs-29.1-r6.ebuild b/app-editors/emacs/emacs-29.1-r6.ebuild
index abc42779db8c..9cfd899f30d4 100644
--- a/app-editors/emacs/emacs-29.1-r6.ebuild
+++ b/app-editors/emacs/emacs-29.1-r6.ebuild
@@ -207,6 +207,12 @@ src_prepare() {
# with a wrong library name.
sed -i -e "/CHECK_MODULES/s/libseccomp/DiSaBlE&/" configure.ac || die
+ # Tests that use bubblewrap don't work in the sandbox:
+ # "bwrap: setting up uid map: Permission denied"
+ # So, disrupt the search for the bwrap executable.
+ sed -i -e 's/(executable-find "bwrap")/nil/' test/src/emacs-tests.el \
+ test/lisp/emacs-lisp/bytecomp-tests.el || die
+
AT_M4DIR=m4 eautoreconf
}
@@ -427,12 +433,6 @@ src_test() {
%lisp/vc/vc-tests.el
%lisp/vc/vc-bzr-tests.el
- # Reason: fails if bubblewrap (bwrap) is installed
- # "bwrap: setting up uid map: Permission denied"
- #
- # bytecomp-tests--dest-mountpoint
- %lisp/emacs-lisp/bytecomp-tests.el
-
# Reason: tries to access network
# internet-is-working
%src/process-tests.el