dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER option
authorMichał Górny <mgorny@gentoo.org>
Fri, 19 Jan 2018 18:36:14 +0000 (19:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 19 Jan 2018 22:21:43 +0000 (23:21 +0100)
dev-util/lldb/lldb-6.0.9999.ebuild
dev-util/lldb/lldb-9999.ebuild

index 002f1571b638532fe59b7c94b351def8d87a3573..0eed0f615c4322fc57271604287069b4ca411ce1 100644 (file)
@@ -75,8 +75,6 @@ src_configure() {
                # compilers for lit tests
                -DLLDB_TEST_C_COMPILER="$(type -P clang)"
                -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)"
-               # compiler for ole' python tests
-               -DLLDB_TEST_COMPILER="$(type -P clang)"
 
                # TODO: fix upstream to detect this properly
                -DHAVE_LIBDL=ON
index 594c205692d768582092657eca60695d4f112c9c..ac9fc4b1211f2a11d3fa407ba8cde2ac56b75a51 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -74,8 +74,6 @@ src_configure() {
                # compilers for lit tests
                -DLLDB_TEST_C_COMPILER="$(type -P clang)"
                -DLLDB_TEST_CXX_COMPILER="$(type -P clang++)"
-               # compiler for ole' python tests
-               -DLLDB_TEST_COMPILER="$(type -P clang)"
 
                # TODO: fix upstream to detect this properly
                -DHAVE_LIBDL=ON