Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/
Date: Sun, 11 Feb 2018 11:23:43
Message-Id: 1518348169.4c2e8ee475030ff647316549be255a7a818ada0d.ulm@gentoo
1 commit: 4c2e8ee475030ff647316549be255a7a818ada0d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 11 11:22:19 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 11:22:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e8ee4
7
8 app-editors/emacs-vcs: Disable the sandbox entirely.
9
10 In addition to SANDBOX_ON=0, unset LD_PRELOAD.
11 Sync from app-editors/emacs.
12
13 Bug: https://bugs.gentoo.org/647238
14 Package-Manager: Portage-2.3.24, Repoman-2.3.6
15
16 app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild | 4 ++--
17 app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild | 4 ++--
18 app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild | 4 ++--
19 app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild | 4 ++--
20 4 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
23 index 9b3b94117f6..7aa4dd5eab5 100644
24 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
25 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild
26 @@ -255,8 +255,8 @@ src_configure() {
27 }
28
29 src_compile() {
30 - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
31 - emake
32 + # Disable the sandbox. For the unbelievers, see bug #131505
33 + SANDBOX_ON=0 LD_PRELOAD="" emake
34 }
35
36 src_install () {
37
38 diff --git a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
39 index 9b3b94117f6..7aa4dd5eab5 100644
40 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
41 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild
42 @@ -255,8 +255,8 @@ src_configure() {
43 }
44
45 src_compile() {
46 - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
47 - emake
48 + # Disable the sandbox. For the unbelievers, see bug #131505
49 + SANDBOX_ON=0 LD_PRELOAD="" emake
50 }
51
52 src_install () {
53
54 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
55 index 9b3b94117f6..7aa4dd5eab5 100644
56 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild
57 +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild
58 @@ -255,8 +255,8 @@ src_configure() {
59 }
60
61 src_compile() {
62 - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
63 - emake
64 + # Disable the sandbox. For the unbelievers, see bug #131505
65 + SANDBOX_ON=0 LD_PRELOAD="" emake
66 }
67
68 src_install () {
69
70 diff --git a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
71 index daf96012079..e45d3a68bbe 100644
72 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
73 +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild
74 @@ -255,8 +255,8 @@ src_configure() {
75 }
76
77 src_compile() {
78 - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
79 - emake
80 + # Disable the sandbox. For the unbelievers, see bug #131505
81 + SANDBOX_ON=0 LD_PRELOAD="" emake
82 }
83
84 src_install () {