From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7607459CAF for ; Tue, 5 Apr 2016 19:48:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705F921C00D; Tue, 5 Apr 2016 19:48:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1CA621C00D for ; Tue, 5 Apr 2016 19:48:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97828340D24 for ; Tue, 5 Apr 2016 19:48:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2055386 for ; Tue, 5 Apr 2016 19:48:26 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1459885695.a78f835745636e1ebee5a2cfae57673e4d46427c.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/sandbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/sandbox/sandbox-2.10-r1.ebuild sys-apps/sandbox/sandbox-2.10-r2.ebuild sys-apps/sandbox/sandbox-2.11-r2.ebuild sys-apps/sandbox/sandbox-2.6-r1.ebuild sys-apps/sandbox/sandbox-2.7.ebuild sys-apps/sandbox/sandbox-2.8.ebuild sys-apps/sandbox/sandbox-2.9.ebuild X-VCS-Directories: sys-apps/sandbox/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a78f835745636e1ebee5a2cfae57673e4d46427c X-VCS-Branch: master Date: Tue, 5 Apr 2016 19:48:26 +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: 82eec3ba-81d5-41c5-8f2f-18b91cc6a5ad X-Archives-Hash: 1a8f05d2e72d0a684f4e69a9bb841082 commit: a78f835745636e1ebee5a2cfae57673e4d46427c Author: Mike Frysinger gentoo org> AuthorDate: Tue Apr 5 19:36:11 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Apr 5 19:48:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78f8357 sys-apps/sandbox: add usersandbox to the error message disable list sys-apps/sandbox/sandbox-2.10-r1.ebuild | 2 +- sys-apps/sandbox/sandbox-2.10-r2.ebuild | 2 +- sys-apps/sandbox/sandbox-2.11-r2.ebuild | 2 +- sys-apps/sandbox/sandbox-2.6-r1.ebuild | 2 +- sys-apps/sandbox/sandbox-2.7.ebuild | 2 +- sys-apps/sandbox/sandbox-2.8.ebuild | 2 +- sys-apps/sandbox/sandbox-2.9.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-apps/sandbox/sandbox-2.10-r1.ebuild b/sys-apps/sandbox/sandbox-2.10-r1.ebuild index e22cefc..97870f6 100644 --- a/sys-apps/sandbox/sandbox-2.10-r1.ebuild +++ b/sys-apps/sandbox/sandbox-2.10-r1.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } diff --git a/sys-apps/sandbox/sandbox-2.10-r2.ebuild b/sys-apps/sandbox/sandbox-2.10-r2.ebuild index e2ba4a7..7a871d3 100644 --- a/sys-apps/sandbox/sandbox-2.10-r2.ebuild +++ b/sys-apps/sandbox/sandbox-2.10-r2.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } src_prepare() { diff --git a/sys-apps/sandbox/sandbox-2.11-r2.ebuild b/sys-apps/sandbox/sandbox-2.11-r2.ebuild index 4f9884f..1319c37 100644 --- a/sys-apps/sandbox/sandbox-2.11-r2.ebuild +++ b/sys-apps/sandbox/sandbox-2.11-r2.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } src_prepare() { diff --git a/sys-apps/sandbox/sandbox-2.6-r1.ebuild b/sys-apps/sandbox/sandbox-2.6-r1.ebuild index 210a42e..3631b83 100644 --- a/sys-apps/sandbox/sandbox-2.6-r1.ebuild +++ b/sys-apps/sandbox/sandbox-2.6-r1.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } diff --git a/sys-apps/sandbox/sandbox-2.7.ebuild b/sys-apps/sandbox/sandbox-2.7.ebuild index 2550852..9094372 100644 --- a/sys-apps/sandbox/sandbox-2.7.ebuild +++ b/sys-apps/sandbox/sandbox-2.7.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } diff --git a/sys-apps/sandbox/sandbox-2.8.ebuild b/sys-apps/sandbox/sandbox-2.8.ebuild index 4f3de07..eb00c1b 100644 --- a/sys-apps/sandbox/sandbox-2.8.ebuild +++ b/sys-apps/sandbox/sandbox-2.8.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; } diff --git a/sys-apps/sandbox/sandbox-2.9.ebuild b/sys-apps/sandbox/sandbox-2.9.ebuild index 2550852..9094372 100644 --- a/sys-apps/sandbox/sandbox-2.9.ebuild +++ b/sys-apps/sandbox/sandbox-2.9.ebuild @@ -28,7 +28,7 @@ has sandbox_death_notice ${EBUILD_DEATH_HOOKS} || EBUILD_DEATH_HOOKS="${EBUILD_D sandbox_death_notice() { ewarn "If configure failed with a 'cannot run C compiled programs' error, try this:" - ewarn "FEATURES=-sandbox emerge sandbox" + ewarn "FEATURES='-sandbox -usersandbox' emerge sandbox" } sb_get_install_abis() { use multilib && get_install_abis || echo ${ABI:-default} ; }