app-editors/emacs-vcs: Revert "Disable the sandbox entirely."

Reverts: 4c2e8ee475
This commit is contained in:
Ulrich Müller
2018-02-11 17:31:24 +01:00
parent 1233c2bc3f
commit 0eb451f7d0
4 changed files with 8 additions and 8 deletions

View File

@@ -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 () {

View File

@@ -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 () {

View File

@@ -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 () {

View File

@@ -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 () {