From: Michał Górny Date: Fri, 19 Jan 2018 18:36:14 +0000 (+0100) Subject: dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER option X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fa1e0d996777be7805a6550fea7e14da59f7d6db;p=gentoo.git dev-util/lldb: Remove obsolete LLDB_TEST_COMPILER option --- diff --git a/dev-util/lldb/lldb-6.0.9999.ebuild b/dev-util/lldb/lldb-6.0.9999.ebuild index 002f1571b638..0eed0f615c43 100644 --- a/dev-util/lldb/lldb-6.0.9999.ebuild +++ b/dev-util/lldb/lldb-6.0.9999.ebuild @@ -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 diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild index 594c205692d7..ac9fc4b1211f 100644 --- a/dev-util/lldb/lldb-9999.ebuild +++ b/dev-util/lldb/lldb-9999.ebuild @@ -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