From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1002927-garchives=archives.gentoo.org@lists.gentoo.org> 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 7DE25138331 for <garchives@archives.gentoo.org>; Sun, 11 Feb 2018 16:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F52E0D64; Sun, 11 Feb 2018 16:36:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49DC2E0D64 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Feb 2018 16:36:02 +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 DB4CC335C34 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Feb 2018 16:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2D551F1 for <gentoo-commits@lists.gentoo.org>; Sun, 11 Feb 2018 16:35:59 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1518366917.0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4.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: 0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4 X-VCS-Branch: master Date: Sun, 11 Feb 2018 16:35:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f3d19f7e-079b-4af3-aba0-de18ff3e8550 X-Archives-Hash: 1ea5dbb7ab7cbfcd85eb50899d291267 commit: 0eb451f7d0a76fca3dbd070e53e19f5a84a36dc4 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 11 16:31:24 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 16:35:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb451f7 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 aea3982875e..b251388e08b 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 aea3982875e..b251388e08b 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 aea3982875e..b251388e08b 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 9cc03447941..ef040e96945 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 () {