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 4D20D158023 for ; Fri, 11 Nov 2022 20:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96F79E0A7D; Fri, 11 Nov 2022 20:31:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FEB0E0A7D for ; Fri, 11 Nov 2022 20:31:53 +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 9C726335D40 for ; Fri, 11 Nov 2022 20:31:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB37D73B for ; Fri, 11 Nov 2022 20:31: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: <1668198702.ede1333e663775e78c63a0c4ce08a55ec3b39ee8.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 X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ede1333e663775e78c63a0c4ce08a55ec3b39ee8 X-VCS-Branch: master Date: Fri, 11 Nov 2022 20:31: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: 75b0e569-59ef-49e8-b598-9ce4442e2767 X-Archives-Hash: 2acd1518aaa4e3a940f72f3e67c3d9e1 commit: ede1333e663775e78c63a0c4ce08a55ec3b39ee8 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 11 20:02:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 11 20:31:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede1333e sys-devel/lld: Add third-party to LLVM_TEST_COMPONENTS Signed-off-by: Michał Górny gentoo.org> sys-devel/lld/lld-16.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild b/sys-devel/lld/lld-16.0.0.9999.ebuild index 91b9130d52f8..8113bdadff2e 100644 --- a/sys-devel/lld/lld-16.0.0.9999.ebuild +++ b/sys-devel/lld/lld-16.0.0.9999.ebuild @@ -35,7 +35,7 @@ PDEPEND=" " LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o ) -LLVM_TEST_COMPONENTS=( llvm/utils/{lit,unittest} ) +LLVM_TEST_COMPONENTS=( llvm/utils third-party ) llvm.org_set_globals python_check_deps() {