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 E657015808F for ; Thu, 10 Feb 2022 22:54:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E09DDE0C03; Thu, 10 Feb 2022 22:54:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C772FE0C03 for ; Thu, 10 Feb 2022 22:54:50 +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 C84ED3430DB for ; Thu, 10 Feb 2022 22:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DB052D3 for ; Thu, 10 Feb 2022 22:54:48 +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: <1644533682.0c949cae9e65ff2facc2b370697775de5b1ee617.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.0.9999.ebuild sys-devel/clang/clang-14.0.0_rc1.ebuild sys-devel/clang/clang-15.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0c949cae9e65ff2facc2b370697775de5b1ee617 X-VCS-Branch: master Date: Thu, 10 Feb 2022 22:54:48 +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: fde87bfd-829d-4287-bbe3-c9639caf621a X-Archives-Hash: 0ccc71a8db1126c24959a71db851a10f commit: 0c949cae9e65ff2facc2b370697775de5b1ee617 Author: Michał Górny gentoo org> AuthorDate: Thu Feb 10 16:04:13 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 10 22:54:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c949cae sys-devel/clang: LLVMHello is also needed w/ USE=-test Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-14.0.0.9999.ebuild | 6 ++++-- sys-devel/clang/clang-14.0.0_rc1.ebuild | 6 ++++-- sys-devel/clang/clang-15.0.0.9999.ebuild | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/sys-devel/clang/clang-14.0.0.9999.ebuild b/sys-devel/clang/clang-14.0.0.9999.ebuild index 95cb91e6aff9..a8bf728e022e 100644 --- a/sys-devel/clang/clang-14.0.0.9999.ebuild +++ b/sys-devel/clang/clang-14.0.0.9999.ebuild @@ -44,11 +44,13 @@ PDEPEND=" default-libcxx? ( >=sys-libs/libcxx-${PV} ) default-lld? ( sys-devel/lld )" -LLVM_COMPONENTS=( clang clang-tools-extra cmake ) +LLVM_COMPONENTS=( + clang clang-tools-extra cmake + llvm/lib/Transforms/Hello +) LLVM_MANPAGES=build LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support - llvm/lib/Transforms/Hello llvm/utils/{lit,llvm-lit,unittest} llvm/utils/{UpdateTestChecks,update_cc_test_checks.py} ) diff --git a/sys-devel/clang/clang-14.0.0_rc1.ebuild b/sys-devel/clang/clang-14.0.0_rc1.ebuild index 95cb91e6aff9..a8bf728e022e 100644 --- a/sys-devel/clang/clang-14.0.0_rc1.ebuild +++ b/sys-devel/clang/clang-14.0.0_rc1.ebuild @@ -44,11 +44,13 @@ PDEPEND=" default-libcxx? ( >=sys-libs/libcxx-${PV} ) default-lld? ( sys-devel/lld )" -LLVM_COMPONENTS=( clang clang-tools-extra cmake ) +LLVM_COMPONENTS=( + clang clang-tools-extra cmake + llvm/lib/Transforms/Hello +) LLVM_MANPAGES=build LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support - llvm/lib/Transforms/Hello llvm/utils/{lit,llvm-lit,unittest} llvm/utils/{UpdateTestChecks,update_cc_test_checks.py} ) diff --git a/sys-devel/clang/clang-15.0.0.9999.ebuild b/sys-devel/clang/clang-15.0.0.9999.ebuild index 95cb91e6aff9..a8bf728e022e 100644 --- a/sys-devel/clang/clang-15.0.0.9999.ebuild +++ b/sys-devel/clang/clang-15.0.0.9999.ebuild @@ -44,11 +44,13 @@ PDEPEND=" default-libcxx? ( >=sys-libs/libcxx-${PV} ) default-lld? ( sys-devel/lld )" -LLVM_COMPONENTS=( clang clang-tools-extra cmake ) +LLVM_COMPONENTS=( + clang clang-tools-extra cmake + llvm/lib/Transforms/Hello +) LLVM_MANPAGES=build LLVM_TEST_COMPONENTS=( llvm/lib/Testing/Support - llvm/lib/Transforms/Hello llvm/utils/{lit,llvm-lit,unittest} llvm/utils/{UpdateTestChecks,update_cc_test_checks.py} )