From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B7301382C5 for ; Sun, 11 Feb 2018 11:23:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 85A21E0CCC; Sun, 11 Feb 2018 11:23:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B8E4E0CCC for ; Sun, 11 Feb 2018 11:23:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0AE7335C3C for ; Sun, 11 Feb 2018 11:23:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A9DA1F1 for ; Sun, 11 Feb 2018 11:23:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1518348169.4c2e8ee475030ff647316549be255a7a818ada0d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs-vcs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild app-editors/emacs-vcs/emacs-vcs-26.0.9999-r1.ebuild app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild X-VCS-Directories: app-editors/emacs-vcs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4c2e8ee475030ff647316549be255a7a818ada0d X-VCS-Branch: master Date: Sun, 11 Feb 2018 11:23:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 732a4011-711d-4ae5-80af-98551cdff015 X-Archives-Hash: dbed1cfce29a2a0ca7bba29bd9278168 commit: 4c2e8ee475030ff647316549be255a7a818ada0d Author: Ulrich Müller gentoo org> AuthorDate: Sun Feb 11 11:22:19 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Feb 11 11:22:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2e8ee4 app-editors/emacs-vcs: Disable the sandbox entirely. In addition to SANDBOX_ON=0, unset LD_PRELOAD. Sync from app-editors/emacs. Bug: https://bugs.gentoo.org/647238 Package-Manager: Portage-2.3.24, Repoman-2.3.6 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 9b3b94117f6..7aa4dd5eab5 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.90.ebuild @@ -255,8 +255,8 @@ src_configure() { } src_compile() { - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 - emake + # Disable the sandbox. For the unbelievers, see bug #131505 + SANDBOX_ON=0 LD_PRELOAD="" 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 9b3b94117f6..7aa4dd5eab5 100644 --- a/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-26.0.91.ebuild @@ -255,8 +255,8 @@ src_configure() { } src_compile() { - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 - emake + # Disable the sandbox. For the unbelievers, see bug #131505 + SANDBOX_ON=0 LD_PRELOAD="" 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 9b3b94117f6..7aa4dd5eab5 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 @@ -255,8 +255,8 @@ src_configure() { } src_compile() { - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 - emake + # Disable the sandbox. For the unbelievers, see bug #131505 + SANDBOX_ON=0 LD_PRELOAD="" 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 daf96012079..e45d3a68bbe 100644 --- a/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild +++ b/app-editors/emacs-vcs/emacs-vcs-27.0.9999.ebuild @@ -255,8 +255,8 @@ src_configure() { } src_compile() { - export SANDBOX_ON=0 # for the unbelievers, see Bug #131505 - emake + # Disable the sandbox. For the unbelievers, see bug #131505 + SANDBOX_ON=0 LD_PRELOAD="" emake } src_install () {