summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-11 17:31:24 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-11 17:35:17 +0100
commit0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4 (patch)
tree70b77a800c718ef5586a3572803fffd94e29240a /app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
parentapp-editors/emacs: Revert "Disable the sandbox entirely." (diff)
downloadgentoo-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-26.0.91.ebuild')
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
index aea3982875e2..b251388e08bc 100644
--- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.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 () {