projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de6f4ce
)
dev-util/rr: RESTRICT=test, bug #632394
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 12 Nov 2019 22:52:06 +0000
(22:52 +0000)
committer
Sergei 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
patch
|
blob
|
history
diff --git
a/dev-util/rr/rr-5.2.0-r1.ebuild
b/dev-util/rr/rr-5.2.0-r1.ebuild
index b673656cf02f44e17f6ad12765e4f756f6447334..b98223d5136db8676a696b3c90231ea3ca003291 100644
(file)
--- 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