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 7FFC2158086 for ; Sat, 11 Dec 2021 16:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD6302BC033; Sat, 11 Dec 2021 16:12:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DFD12BC033 for ; Sat, 11 Dec 2021 16:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3DEF6343576 for ; Sat, 11 Dec 2021 16:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B7B1FA for ; Sat, 11 Dec 2021 16:12:15 +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: <1639239132.1598880b230cbbb3a964ca6ca69db0a40ce968c6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-14.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1598880b230cbbb3a964ca6ca69db0a40ce968c6 X-VCS-Branch: master Date: Sat, 11 Dec 2021 16:12:15 +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: e1690b92-cd16-4d7f-83bb-7d55d05e737d X-Archives-Hash: becaee765bd0ec3bee5f60369bd6f424 commit: 1598880b230cbbb3a964ca6ca69db0a40ce968c6 Author: Michał Górny gentoo org> AuthorDate: Sat Dec 11 11:29:29 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Dec 11 16:12:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598880b sys-devel/llvm: Include third-party directory in the checkout Closes: https://bugs.gentoo.org/828601 Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-14.0.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild index a12b04fb2138..85c62d774844 100644 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild @@ -56,7 +56,7 @@ RDEPEND="${RDEPEND} PDEPEND="sys-devel/llvm-common binutils-plugin? ( >=sys-devel/llvmgold-${SLOT} )" -LLVM_COMPONENTS=( llvm ) +LLVM_COMPONENTS=( llvm third-party ) LLVM_MANPAGES=build LLVM_PATCHSET=9999-1 LLVM_USE_TARGETS=provide