From 18ccf17a293484cd7f126c4c02f76de8f8a0e352 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Tue, 9 Jul 2019 22:25:11 +0200 Subject: [PATCH] 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 --- app-shells/rush/rush-2.0.ebuild | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.26.2