diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-12 22:52:06 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-11-12 22:52:12 +0000 |
commit | e015ba7525117156c1672ed8af667e242b4dec02 (patch) | |
tree | 2d496c28133f1a64c37cb5ab6acc1f5471c1b0b4 /dev-util | |
parent | kde-plasma/xdg-desktop-portal-kde: Drop bogus VIRTUALX_REQUIRED=test (diff) | |
download | gentoo-e015ba7525117156c1672ed8af667e242b4dec02.tar.gz gentoo-e015ba7525117156c1672ed8af667e242b4dec02.tar.bz2 gentoo-e015ba7525117156c1672ed8af667e242b4dec02.zip |
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@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/rr/rr-5.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/rr/rr-5.2.0-r1.ebuild b/dev-util/rr/rr-5.2.0-r1.ebuild index b673656cf02f..b98223d5136d 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 |