commit:     db92e5d90ca561a766cd9a3263aac08dae5146b6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 10:48:00 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 10:58:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db92e5d9

sys-devel/lld: Remove redundant LLVM_MAIN_SRC_DIR

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/lld/lld-16.0.0.9999.ebuild        | 1 -
 sys-devel/lld/lld-16.0.0_pre20221010.ebuild | 1 -
 2 files changed, 2 deletions(-)

diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild 
b/sys-devel/lld/lld-16.0.0.9999.ebuild
index 1e2823720759..7eaee12b2222 100644
--- a/sys-devel/lld/lld-16.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-16.0.0.9999.ebuild
@@ -65,7 +65,6 @@ src_configure() {
        local mycmakeargs=(
                -DBUILD_SHARED_LIBS=ON
                -DLLVM_INCLUDE_TESTS=$(usex test)
-               -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
        )
        use test && mycmakeargs+=(
                -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"

diff --git a/sys-devel/lld/lld-16.0.0_pre20221010.ebuild 
b/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
index 1e2823720759..7eaee12b2222 100644
--- a/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
+++ b/sys-devel/lld/lld-16.0.0_pre20221010.ebuild
@@ -65,7 +65,6 @@ src_configure() {
        local mycmakeargs=(
                -DBUILD_SHARED_LIBS=ON
                -DLLVM_INCLUDE_TESTS=$(usex test)
-               -DLLVM_MAIN_SRC_DIR="${WORKDIR}/llvm"
        )
        use test && mycmakeargs+=(
                -DLLVM_EXTERNAL_LIT="${EPREFIX}/usr/bin/lit"

Reply via email to