From: Lars Wendler Date: Tue, 9 Jul 2019 20:25:11 +0000 (+0200) Subject: app-shells/rush: Restrict tests X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=18ccf17a293484cd7f126c4c02f76de8f8a0e352;p=gentoo.git 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 --- 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)