diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-02-11 17:31:24 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-02-11 17:35:17 +0100 |
commit | 0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4 (patch) | |
tree | 70b77a800c718ef5586a3572803fffd94e29240a /app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | |
parent | app-editors/emacs: Revert "Disable the sandbox entirely." (diff) | |
download | gentoo-0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4.tar.gz gentoo-0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4.tar.bz2 gentoo-0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4.zip |
app-editors/emacs-vcs: Revert "Disable the sandbox entirely."
Reverts: 4c2e8ee475030ff647316549be255a7a818ada0d
Diffstat (limited to 'app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild')
-rw-r--r-- | app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild index 9cc034479416..ef040e969456 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -273,8 +273,8 @@ src_configure() { } src_compile() { - # Disable the sandbox. For the unbelievers, see bug #131505 - SANDBOX_ON=0 LD_PRELOAD="" emake + export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 + emake } src_install () { |