From fa95703f7365bb889014c04194565951c7a661c0 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Tue, 8 Sep 2020 09:21:01 +0300 Subject: dev-libs/check: restrict tests on ppc systems - to prepare for next stabilization round. Bug: https://bugs.gentoo.org/733476 Signed-off-by: Joonas Niilola --- dev-libs/check/check-0.15.2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-libs/check') diff --git a/dev-libs/check/check-0.15.2.ebuild b/dev-libs/check/check-0.15.2.ebuild index d882baeb2af9..57572f77aaeb 100644 --- a/dev-libs/check/check-0.15.2.ebuild +++ b/dev-libs/check/check-0.15.2.ebuild @@ -15,7 +15,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc subunit test" -RESTRICT="!test? ( test )" +# Tests seem to timeout on ppc* systems, #736661 +RESTRICT="ppc? ( test ) + ppc64? ( test ) + !test? ( test )" RDEPEND="subunit? ( dev-python/subunit[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad