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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F149158030 for ; Fri, 3 Mar 2023 22:22:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB96DE07B2; Fri, 3 Mar 2023 22:22:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 87CD7E07B2 for ; Fri, 3 Mar 2023 22:22:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98A21340CC7 for ; Fri, 3 Mar 2023 22:22:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3158C2 for ; Fri, 3 Mar 2023 22:22:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1677882109.5618033009fedcbe3a0491552cf296faade27087.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-common/clang-common-15.0.7-r2.ebuild sys-devel/clang-common/clang-common-15.0.7-r3.ebuild sys-devel/clang-common/clang-common-16.0.0.9999.ebuild sys-devel/clang-common/clang-common-16.0.0_rc3-r1.ebuild sys-devel/clang-common/clang-common-16.0.0_rc3.ebuild sys-devel/clang-common/clang-common-17.0.0.9999.ebuild sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild X-VCS-Directories: sys-devel/clang-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5618033009fedcbe3a0491552cf296faade27087 X-VCS-Branch: master Date: Fri, 3 Mar 2023 22:22:27 +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: 9fc00ba3-3658-4d2c-89a9-29f5978f3b24 X-Archives-Hash: 45ea51b467944c5d11287c409155ad68 commit: 5618033009fedcbe3a0491552cf296faade27087 Author: Sam James gentoo org> AuthorDate: Fri Mar 3 22:21:49 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 3 22:21:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56180330 sys-devel/clang-common: require *unwind[static-libs] for USE=default-compiler-rt Builtins don't work correctly without this. Closes: https://bugs.gentoo.org/892956 Signed-off-by: Sam James gentoo.org> .../{clang-common-15.0.7-r2.ebuild => clang-common-15.0.7-r3.ebuild} | 4 ++-- sys-devel/clang-common/clang-common-16.0.0.9999.ebuild | 4 ++-- ...ang-common-16.0.0_rc3.ebuild => clang-common-16.0.0_rc3-r1.ebuild} | 4 ++-- sys-devel/clang-common/clang-common-17.0.0.9999.ebuild | 4 ++-- sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sys-devel/clang-common/clang-common-15.0.7-r2.ebuild b/sys-devel/clang-common/clang-common-15.0.7-r3.ebuild similarity index 97% rename from sys-devel/clang-common/clang-common-15.0.7-r2.ebuild rename to sys-devel/clang-common/clang-common-15.0.7-r3.ebuild index 2adff08df36d..ae60c641f5f9 100644 --- a/sys-devel/clang-common/clang-common-15.0.7-r2.ebuild +++ b/sys-devel/clang-common/clang-common-15.0.7-r3.ebuild @@ -20,8 +20,8 @@ PDEPEND=" sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind ) - !llvm-libunwind? ( sys-libs/libunwind ) + llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) + !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) default-libcxx? ( >=sys-libs/libcxx-${PV} ) diff --git a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild index be17e87b775a..3165f42a329f 100644 --- a/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.0.9999.ebuild @@ -20,8 +20,8 @@ PDEPEND=" sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind ) - !llvm-libunwind? ( sys-libs/libunwind ) + llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) + !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) default-libcxx? ( >=sys-libs/libcxx-${PV} ) diff --git a/sys-devel/clang-common/clang-common-16.0.0_rc3.ebuild b/sys-devel/clang-common/clang-common-16.0.0_rc3-r1.ebuild similarity index 97% rename from sys-devel/clang-common/clang-common-16.0.0_rc3.ebuild rename to sys-devel/clang-common/clang-common-16.0.0_rc3-r1.ebuild index 3c407f5a1af6..d8624a7c3152 100644 --- a/sys-devel/clang-common/clang-common-16.0.0_rc3.ebuild +++ b/sys-devel/clang-common/clang-common-16.0.0_rc3-r1.ebuild @@ -20,8 +20,8 @@ PDEPEND=" sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind ) - !llvm-libunwind? ( sys-libs/libunwind ) + llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) + !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) default-libcxx? ( >=sys-libs/libcxx-${PV} ) diff --git a/sys-devel/clang-common/clang-common-17.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-17.0.0.9999.ebuild index be17e87b775a..3165f42a329f 100644 --- a/sys-devel/clang-common/clang-common-17.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-17.0.0.9999.ebuild @@ -20,8 +20,8 @@ PDEPEND=" sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind ) - !llvm-libunwind? ( sys-libs/libunwind ) + llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) + !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) default-libcxx? ( >=sys-libs/libcxx-${PV} ) diff --git a/sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild b/sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild index be17e87b775a..3165f42a329f 100644 --- a/sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild +++ b/sys-devel/clang-common/clang-common-17.0.0_pre20230225.ebuild @@ -20,8 +20,8 @@ PDEPEND=" sys-devel/clang:* default-compiler-rt? ( sys-devel/clang-runtime[compiler-rt] - llvm-libunwind? ( sys-libs/llvm-libunwind ) - !llvm-libunwind? ( sys-libs/libunwind ) + llvm-libunwind? ( sys-libs/llvm-libunwind[static-libs] ) + !llvm-libunwind? ( sys-libs/libunwind[static-libs] ) ) !default-compiler-rt? ( sys-devel/gcc ) default-libcxx? ( >=sys-libs/libcxx-${PV} )