dev-util/lldb: Set used Python interpreter.

Required since:
c4c3883b00

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-10-14 00:00:00 +00:00
committed by Michał Górny
parent f858b7e8b7
commit 329e4adfb3
3 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ RDEPEND="
!<sys-devel/llvm-4.0"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/cmake-3.16
python? ( >=dev-lang/swig-3.0.11 )
test? (
$(python_gen_cond_dep "
@@ -68,6 +69,8 @@ src_configure() {
# ncurses with complete library set (including autodetection
# of -ltinfo)
-DCURSES_NEED_NCURSES=ON
-DPython3_EXECUTABLE="${PYTHON}"
)
use test && mycmakeargs+=(
-DLLVM_BUILD_TESTS=$(usex test)

View File

@@ -34,6 +34,7 @@ RDEPEND="
!<sys-devel/llvm-4.0"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/cmake-3.16
python? ( >=dev-lang/swig-3.0.11 )
test? (
$(python_gen_cond_dep "
@@ -68,6 +69,8 @@ src_configure() {
# ncurses with complete library set (including autodetection
# of -ltinfo)
-DCURSES_NEED_NCURSES=ON
-DPython3_EXECUTABLE="${PYTHON}"
)
use test && mycmakeargs+=(
-DLLVM_BUILD_TESTS=$(usex test)

View File

@@ -34,6 +34,7 @@ RDEPEND="
!<sys-devel/llvm-4.0"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-util/cmake-3.16
python? ( >=dev-lang/swig-3.0.11 )
test? (
$(python_gen_cond_dep "
@@ -68,6 +69,8 @@ src_configure() {
# ncurses with complete library set (including autodetection
# of -ltinfo)
-DCURSES_NEED_NCURSES=ON
-DPython3_EXECUTABLE="${PYTHON}"
)
use test && mycmakeargs+=(
-DLLVM_BUILD_TESTS=$(usex test)