diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-10-14 00:00:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-10-14 23:14:24 +0200 |
commit | 329e4adfb3099a5c3c6414e70674b2e2b84358b9 (patch) | |
tree | 634322cd4538471abd51300b65fcdf05f8934c68 /dev-util | |
parent | sys-libs/libcxx: Set used Python interpreter. (diff) | |
download | gentoo-329e4adfb3099a5c3c6414e70674b2e2b84358b9.tar.gz gentoo-329e4adfb3099a5c3c6414e70674b2e2b84358b9.tar.bz2 gentoo-329e4adfb3099a5c3c6414e70674b2e2b84358b9.zip |
dev-util/lldb: Set used Python interpreter.
Required since:
https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/lldb/lldb-11.0.0.9999.ebuild | 3 | ||||
-rw-r--r-- | dev-util/lldb/lldb-11.0.0.ebuild | 3 | ||||
-rw-r--r-- | dev-util/lldb/lldb-12.0.0.9999.ebuild | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/dev-util/lldb/lldb-11.0.0.9999.ebuild b/dev-util/lldb/lldb-11.0.0.9999.ebuild index a5b3aee8c3df..f16add65dbfc 100644 --- a/dev-util/lldb/lldb-11.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-11.0.0.9999.ebuild @@ -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) diff --git a/dev-util/lldb/lldb-11.0.0.ebuild b/dev-util/lldb/lldb-11.0.0.ebuild index 34bec7c88bf6..b82452debdbf 100644 --- a/dev-util/lldb/lldb-11.0.0.ebuild +++ b/dev-util/lldb/lldb-11.0.0.ebuild @@ -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) diff --git a/dev-util/lldb/lldb-12.0.0.9999.ebuild b/dev-util/lldb/lldb-12.0.0.9999.ebuild index 4b16c5b83278..9e83aa0a2497 100644 --- a/dev-util/lldb/lldb-12.0.0.9999.ebuild +++ b/dev-util/lldb/lldb-12.0.0.9999.ebuild @@ -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) |