From 0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Sun, 11 Feb 2018 17:31:24 +0100 Subject: [PATCH] app-editors/emacs-vcs: Revert "Disable the sandbox entirely." Reverts: 4c2e8ee475030ff647316549be255a7a818ada0d --- app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild | 4 ++-- app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild index aea3982875e26..b251388e08bc2 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.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 () { 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 aea3982875e26..b251388e08bc2 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 () { diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild index aea3982875e26..b251388e08bc2 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.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 () { 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 9cc034479416e..ef040e969456c 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 () {