commit: 8abd4a63a50e29b0a64225dc8eb12e83f0d74267
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 10:37:49 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 12:19:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8abd4a63
dev-util/lldb: Fix building tests in -9999
dev-util/lldb/lldb-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 8dd6d2049e9..143975f66c9 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-9999.ebuild
@@ -68,6 +68,7 @@ src_configure() {
-DLLDB_DISABLE_PYTHON=$(usex !python)
-DLLVM_ENABLE_TERMINFO=$(usex ncurses)
+ -DLLDB_INCLUDE_TESTS=$(usex test)
-DLLVM_BUILD_TESTS=$(usex test)
# compilers for lit tests
-DLLDB_TEST_C_COMPILER="$(type -P clang)"