mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user