dev-util/lldb: Enable USE=python by default

Python is required for some of lldb tools (e.g. lldb-mi), and for
the major part of the test suite.  Enable it by default to help users.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-05-15 05:24:04 +02:00
parent 6a650c7880
commit c5fc6d389e
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="libedit ncurses python test"
IUSE="libedit ncurses +python test"
RESTRICT="!test? ( test )"
RDEPEND="

View File

@@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="libedit ncurses python test"
IUSE="libedit ncurses +python test"
RESTRICT="!test? ( test )"
RDEPEND="

View File

@@ -21,7 +21,7 @@ EGIT_BRANCH="release_80"
LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS=""
IUSE="libedit ncurses python test"
IUSE="libedit ncurses +python test"
RESTRICT="!test? ( test )"
RDEPEND="

View File

@@ -20,7 +20,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/lldb.git
LICENSE="UoI-NCSA"
SLOT="0"
KEYWORDS=""
IUSE="libedit ncurses python test"
IUSE="libedit ncurses +python test"
RESTRICT="!test? ( test )"
RDEPEND="