projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3447512
)
dev-util/lldb: Restrict tests in 7.1.0
author
Michał Górny
<mgorny@gentoo.org>
Wed, 15 May 2019 09:59:57 +0000
(11:59 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 15 May 2019 09:59:57 +0000
(11:59 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-util/lldb/lldb-7.1.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-util/lldb/lldb-7.1.0.ebuild
b/dev-util/lldb/lldb-7.1.0.ebuild
index c484dbe87baf011bda42be53cee2e5a25b7267f9..12cbd6ab63fc60a5d8f0e0c30fb97e63b70fab8f 100644
(file)
--- a/
dev-util/lldb/lldb-7.1.0.ebuild
+++ b/
dev-util/lldb/lldb-7.1.0.ebuild
@@
-23,7
+23,9
@@
LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="libedit ncurses +python test"
-RESTRICT="!test? ( test )"
+# Tests are known to fail, and we are not going to address the failures
+# in this version.
+RESTRICT="test"
RDEPEND="
libedit? ( dev-libs/libedit:0= )