app-shells/rush: Restrict tests
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 9 Jul 2019 20:25:11 +0000 (22:25 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 9 Jul 2019 20:25:28 +0000 (22:25 +0200)
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>
app-shells/rush/rush-2.0.ebuild

index 7aa729941079a80f4bd19042f6d3341ac51e741c..cabf20f3885d43abbe6cc0a640fe923799d83c5c 100644 (file)
@@ -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)