diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-22 09:06:00 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-22 09:07:26 +0100 |
commit | 01327f5b04c79c32a0a1874dc4e93267b39348b6 (patch) | |
tree | 93e861b79044bb9804a9dbf421a445ab76afa121 /app-editors | |
parent | app-portage/g-sorcery: keyworded 0.2.1-r1 for sparc, bug #552330 (diff) | |
download | gentoo-01327f5b04c79c32a0a1874dc4e93267b39348b6.tar.gz gentoo-01327f5b04c79c32a0a1874dc4e93267b39348b6.tar.bz2 gentoo-01327f5b04c79c32a0a1874dc4e93267b39348b6.zip |
app-editors/emacs: Use env instead of a wrapper script.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-25.3-r3.ebuild (renamed from app-editors/emacs/emacs-25.3-r2.ebuild) | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/app-editors/emacs/emacs-25.3-r2.ebuild b/app-editors/emacs/emacs-25.3-r3.ebuild index 46e2a3202827..8267aedfe4d4 100644 --- a/app-editors/emacs/emacs-25.3-r2.ebuild +++ b/app-editors/emacs/emacs-25.3-r3.ebuild @@ -238,15 +238,7 @@ src_configure() { src_compile() { # Disable sandbox when dumping. For the unbelievers, see bug #131505 - cat >src/temacs-wrapper <<-'EOF' || die - #!/bin/bash - export SANDBOX_ON=0 - unset LD_PRELOAD - exec ./temacs "$@" - EOF - chmod +x src/temacs-wrapper || die - - emake RUN_TEMACS="./temacs-wrapper" + emake RUN_TEMACS="env SANDBOX_ON=0 LD_PRELOAD= ./temacs" } src_install () { |