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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1D12D139345 for ; Sat, 10 Jul 2021 17:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3B3E0CDA; Sat, 10 Jul 2021 17:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19689E0CDA for ; Sat, 10 Jul 2021 17:46:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 454EC340831 for ; Sat, 10 Jul 2021 17:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A25DA7D0 for ; Sat, 10 Jul 2021 17:46:03 +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: <1625939160.303a9910e6f4a75b99ec7b62a54773490b9807f9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 303a9910e6f4a75b99ec7b62a54773490b9807f9 X-VCS-Branch: master Date: Sat, 10 Jul 2021 17:46:03 +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: 9fd67855-274f-47a3-bbab-1b3075eb06b7 X-Archives-Hash: fc144fa8df1081435e320d4bb00ab64d commit: 303a9910e6f4a75b99ec7b62a54773490b9807f9 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 10 17:42:01 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 10 17:46:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303a9910 sys-libs/llvm-libunwind: Fix typo in variable name Signed-off-by: Michał Górny gentoo.org> sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild index 7d7b9833902..b907f5db41f 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.0.ebuild @@ -44,7 +44,7 @@ multilib_src_configure() { # link to compiler-rt # https://github.com/gentoo/gentoo/pull/21516 if tc-is-clang; then - local compiler-rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ + local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ ${LD_FLAGS} -print-libgcc-file-name) if [[ ${compiler_rt} == *libclang_rt* ]]; then use_compiler_rt=ON diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild index d64e79cc6b3..eae7b6ed995 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.9999.ebuild @@ -44,7 +44,7 @@ multilib_src_configure() { # link to compiler-rt # https://github.com/gentoo/gentoo/pull/21516 if tc-is-clang; then - local compiler-rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ + local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ ${LD_FLAGS} -print-libgcc-file-name) if [[ ${compiler_rt} == *libclang_rt* ]]; then use_compiler_rt=ON diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild index cafdb17dce2..f436a136f17 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-12.0.1.ebuild @@ -44,7 +44,7 @@ multilib_src_configure() { # link to compiler-rt # https://github.com/gentoo/gentoo/pull/21516 if tc-is-clang; then - local compiler-rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ + local compiler_rt=$($(tc-getCC) ${CFLAGS} ${CPPFLAGS} \ ${LD_FLAGS} -print-libgcc-file-name) if [[ ${compiler_rt} == *libclang_rt* ]]; then use_compiler_rt=ON