summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-05 15:36:11 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-05 15:48:15 -0400
commita78f835745636e1ebee5a2cfae57673e4d46427c (patch)
treea3aca8834b3c1dc919f8bdbbf62bf43eeb51e6a3 /sys-apps/sandbox/sandbox-2.7.ebuild
parentapp-misc/mc: Stable for HPPA (bug #577314). (diff)
downloadgentoo-a78f835745636e1ebee5a2cfae57673e4d46427c.tar.gz
gentoo-a78f835745636e1ebee5a2cfae57673e4d46427c.tar.bz2
gentoo-a78f835745636e1ebee5a2cfae57673e4d46427c.zip
sys-apps/sandbox: add usersandbox to the error message disable list
Diffstat (limited to 'sys-apps/sandbox/sandbox-2.7.ebuild')
-rw-r--r--sys-apps/sandbox/sandbox-2.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/sandbox/sandbox-2.7.ebuild b/sys-apps/sandbox/sandbox-2.7.ebuild
index 2550852a27ae..9094372dece0 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} ; }