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 4C73715802F for ; Thu, 23 Feb 2023 15:14:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A263E079E; Thu, 23 Feb 2023 15:14:52 +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 5B3E4E079E for ; Thu, 23 Feb 2023 15:14:52 +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 6397C340C20 for ; Thu, 23 Feb 2023 15:14:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4E8C8B7 for ; Thu, 23 Feb 2023 15:14:49 +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: <1677165263.7bb8ae8d33921905be9b0cf23aff9bebf7103a85.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-14.0.6-r1.ebuild sys-devel/clang/clang-15.0.7-r1.ebuild sys-devel/clang/clang-16.0.0.9999.ebuild sys-devel/clang/clang-16.0.0_rc2.ebuild sys-devel/clang/clang-17.0.0.9999.ebuild sys-devel/clang/clang-17.0.0_pre20230211.ebuild sys-devel/clang/clang-17.0.0_pre20230218.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7bb8ae8d33921905be9b0cf23aff9bebf7103a85 X-VCS-Branch: master Date: Thu, 23 Feb 2023 15:14:49 +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: 83d857a7-fee1-412c-9e7b-eb3eb7f599ef X-Archives-Hash: 0e9b646857b278f00607f4b1ceb661c7 commit: 7bb8ae8d33921905be9b0cf23aff9bebf7103a85 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 23 15:04:12 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 23 15:14:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bb8ae8d sys-devel/clang: Fix typo in tc-is-gcc Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-14.0.6-r1.ebuild | 2 +- sys-devel/clang/clang-15.0.7-r1.ebuild | 2 +- sys-devel/clang/clang-16.0.0.9999.ebuild | 2 +- sys-devel/clang/clang-16.0.0_rc2.ebuild | 2 +- sys-devel/clang/clang-17.0.0.9999.ebuild | 2 +- sys-devel/clang/clang-17.0.0_pre20230211.ebuild | 2 +- sys-devel/clang/clang-17.0.0_pre20230218.ebuild | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-devel/clang/clang-14.0.6-r1.ebuild b/sys-devel/clang/clang-14.0.6-r1.ebuild index 417a3a40d87d..cab7a426dbeb 100644 --- a/sys-devel/clang/clang-14.0.6-r1.ebuild +++ b/sys-devel/clang/clang-14.0.6-r1.ebuild @@ -234,7 +234,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local llvm_version=$(llvm-config --version) || die local clang_version=$(ver_cut 1-3 "${llvm_version}") diff --git a/sys-devel/clang/clang-15.0.7-r1.ebuild b/sys-devel/clang/clang-15.0.7-r1.ebuild index 26eaebf4de2d..3a9fc612178a 100644 --- a/sys-devel/clang/clang-15.0.7-r1.ebuild +++ b/sys-devel/clang/clang-15.0.7-r1.ebuild @@ -252,7 +252,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") diff --git a/sys-devel/clang/clang-16.0.0.9999.ebuild b/sys-devel/clang/clang-16.0.0.9999.ebuild index 4bc824e6a52a..df441961397a 100644 --- a/sys-devel/clang/clang-16.0.0.9999.ebuild +++ b/sys-devel/clang/clang-16.0.0.9999.ebuild @@ -253,7 +253,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") diff --git a/sys-devel/clang/clang-16.0.0_rc2.ebuild b/sys-devel/clang/clang-16.0.0_rc2.ebuild index 1ba28fce62a6..c6e614f2973f 100644 --- a/sys-devel/clang/clang-16.0.0_rc2.ebuild +++ b/sys-devel/clang/clang-16.0.0_rc2.ebuild @@ -253,7 +253,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") diff --git a/sys-devel/clang/clang-17.0.0.9999.ebuild b/sys-devel/clang/clang-17.0.0.9999.ebuild index 4bc824e6a52a..df441961397a 100644 --- a/sys-devel/clang/clang-17.0.0.9999.ebuild +++ b/sys-devel/clang/clang-17.0.0.9999.ebuild @@ -253,7 +253,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") diff --git a/sys-devel/clang/clang-17.0.0_pre20230211.ebuild b/sys-devel/clang/clang-17.0.0_pre20230211.ebuild index 6a4c9a3aefe0..c05b36a1d940 100644 --- a/sys-devel/clang/clang-17.0.0_pre20230211.ebuild +++ b/sys-devel/clang/clang-17.0.0_pre20230211.ebuild @@ -253,7 +253,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}") diff --git a/sys-devel/clang/clang-17.0.0_pre20230218.ebuild b/sys-devel/clang/clang-17.0.0_pre20230218.ebuild index 6a4c9a3aefe0..c05b36a1d940 100644 --- a/sys-devel/clang/clang-17.0.0_pre20230218.ebuild +++ b/sys-devel/clang/clang-17.0.0_pre20230218.ebuild @@ -253,7 +253,7 @@ get_distribution_components() { } multilib_src_configure() { - tcc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 + tc-is-gcc && filter-lto # GCC miscompiles LLVM, bug #873670 local mycmakeargs=( -DDEFAULT_SYSROOT=$(usex prefix-guest "" "${EPREFIX}")