From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8A18138334 for ; Sat, 14 Dec 2019 08:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1420BE087F; Sat, 14 Dec 2019 08:44:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEDB5E087F for ; Sat, 14 Dec 2019 08:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 031CA34D82E for ; Sat, 14 Dec 2019 08:44:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9705893 for ; Sat, 14 Dec 2019 08:44:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576313041.2d97d2590dd36c7eaa716b1ed6521e0007d9330f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lldb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lldb/lldb-10.0.0.9999.ebuild X-VCS-Directories: dev-util/lldb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d97d2590dd36c7eaa716b1ed6521e0007d9330f X-VCS-Branch: master Date: Sat, 14 Dec 2019 08:44:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 297ed74c-08a4-4a0e-92b7-9925bcdec862 X-Archives-Hash: 2cc9c0558cce95ed8773102a4182b894 commit: 2d97d2590dd36c7eaa716b1ed6521e0007d9330f Author: Michał Górny gentoo org> AuthorDate: Sat Dec 14 08:17:42 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 14 08:44:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d97d259 dev-util/lldb: Update one more CMake var Signed-off-by: Michał Górny gentoo.org> dev-util/lldb/lldb-10.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lldb/lldb-10.0.0.9999.ebuild b/dev-util/lldb/lldb-10.0.0.9999.ebuild index 2bcc54596df..c2f8c7dded7 100644 --- a/dev-util/lldb/lldb-10.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-10.0.0.9999.ebuild @@ -49,7 +49,7 @@ src_configure() { local mycmakeargs=( -DLLDB_ENABLE_CURSES=$(usex ncurses) -DLLDB_ENABLE_LIBEDIT=$(usex libedit) - -DLLDB_DISABLE_PYTHON=$(usex !python) + -DLLDB_ENABLE_PYTHON=$(usex python) -DLLDB_ENABLE_LZMA=$(usex lzma) -DLLDB_USE_SYSTEM_SIX=1 -DLLVM_ENABLE_TERMINFO=$(usex ncurses)