dev-util/rr: RESTRICT=test, bug #632394
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 12 Nov 2019 22:52:06 +0000 (22:52 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 12 Nov 2019 22:52:12 +0000 (22:52 +0000)
Too many tests fail due to specific kernel or toolchain version.

Tests are still nice to run to see if anything works at all
but are not very useful for regression testing.

Closes: https://bugs.gentoo.org/632394
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/rr/rr-5.2.0-r1.ebuild

index b673656cf02f44e17f6ad12765e4f756f6447334..b98223d5136db8676a696b3c90231ea3ca003291 100644 (file)
@@ -31,7 +31,7 @@ DEPEND+="
                sys-devel/gdb[xml]
        )"
 
-RESTRICT="!test? ( test )"
+RESTRICT="test" # toolchain and kernel version dependent
 
 PATCHES=(
        "${FILESDIR}"/${P}-ucontext_t.patch