From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 871FD158094 for ; Tue, 11 Oct 2022 10:58:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFA55E07E6; Tue, 11 Oct 2022 10:58:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5889E07E6 for ; Tue, 11 Oct 2022 10:58:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B363E3405BB for ; Tue, 11 Oct 2022 10:58:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF7825B5 for ; Tue, 11 Oct 2022 10:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1665485930.db92e5d90ca561a766cd9a3263aac08dae5146b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-16.0.0.9999.ebuild sys-devel/lld/lld-16.0.0_pre20221010.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: db92e5d90ca561a766cd9a3263aac08dae5146b6 X-VCS-Branch: master Date: Tue, 11 Oct 2022 10:58:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c3ec3a1-1531-4f29-8eca-bd1c4e8ba254 X-Archives-Hash: 4fdae309d8809fb3a926e9ce499d1605 commit: db92e5d90ca561a766cd9a3263aac08dae5146b6 Author: Michał Górny gentoo org> AuthorDate: Tue Oct 11 10:48:00 2022 +0000 Commit: Michał Górny gentoo 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 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"