commit:     eeef8f8aa77b10aa93a8d8fb4ee98e32186c330c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 09:59:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 15 09:59:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeef8f8a

dev-util/lldb: Restrict tests in 7.1.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/lldb/lldb-7.1.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-util/lldb/lldb-7.1.0.ebuild b/dev-util/lldb/lldb-7.1.0.ebuild
index c484dbe87ba..12cbd6ab63f 100644
--- 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= )

Reply via email to