From eeef8f8aa77b10aa93a8d8fb4ee98e32186c330c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 15 May 2019 11:59:57 +0200 Subject: [PATCH] dev-util/lldb: Restrict tests in 7.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- 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 c484dbe87baf..12cbd6ab63fc 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= ) -- 2.26.2