commit:     e015ba7525117156c1672ed8af667e242b4dec02
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 22:52:06 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 22:52:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e015ba75

dev-util/rr: RESTRICT=test, bug #632394

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 <AT> gentoo.org>

 dev-util/rr/rr-5.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/rr/rr-5.2.0-r1.ebuild b/dev-util/rr/rr-5.2.0-r1.ebuild
index b673656cf02..b98223d5136 100644
--- a/dev-util/rr/rr-5.2.0-r1.ebuild
+++ b/dev-util/rr/rr-5.2.0-r1.ebuild
@@ -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

Reply via email to