commit: 18ccf17a293484cd7f126c4c02f76de8f8a0e352 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Jul 9 20:25:11 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Jul 9 20:25:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ccf17a
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 <AT> gentoo.org> 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 7aa72994107..cabf20f3885 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)
