summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-07-09 22:25:11 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-07-09 22:25:28 +0200
commit18ccf17a293484cd7f126c4c02f76de8f8a0e352 (patch)
treea71e5badff7a39d754db8453d880393a937372cf /app-shells
parentmedia-sound/lollypop: Version bump 1.1.4.2 (diff)
downloadgentoo-18ccf17a293484cd7f126c4c02f76de8f8a0e352.tar.gz
gentoo-18ccf17a293484cd7f126c4c02f76de8f8a0e352.tar.bz2
gentoo-18ccf17a293484cd7f126c4c02f76de8f8a0e352.zip
app-shells/rush: Restrict tests
Closes: https://bugs.gentoo.org/689554 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'app-shells')
-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)