summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/rush/rush-2.0.ebuild')
-rw-r--r--app-shells/rush/rush-2.0.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-shells/rush/rush-2.0.ebuild b/app-shells/rush/rush-2.0.ebuild
index 7aa729941079..cabf20f3885d 100644
--- a/app-shells/rush/rush-2.0.ebuild
+++ b/app-shells/rush/rush-2.0.ebuild
@@ -17,6 +17,9 @@ BDEPEND="
nls? ( sys-devel/gettext )
"
+# Testsuite doesn't like our sandbox (bug #689554)
+RESTRICT="test"
+
src_configure() {
local myeconfargs=(
$(use_enable nls)