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 659731581D3 for ; Sat, 25 May 2024 10:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE2FB2BC017; Sat, 25 May 2024 10:29:40 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D07F62BC017 for ; Sat, 25 May 2024 10:29:40 +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 E2015342FA3 for ; Sat, 25 May 2024 10:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69F491B49 for ; Sat, 25 May 2024 10:29:38 +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: <1716632974.9fb78ab3c787f06929fae3bf1575625385a1fcd4.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-19.0.0.9999.ebuild sys-devel/clang/clang-19.0.0_pre20240525.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9fb78ab3c787f06929fae3bf1575625385a1fcd4 X-VCS-Branch: master Date: Sat, 25 May 2024 10:29:38 +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: 1a50294b-e631-4875-872f-0daf6fc98b84 X-Archives-Hash: 57e83daa26481a82e9907de2ba41a3f8 commit: 9fb78ab3c787f06929fae3bf1575625385a1fcd4 Author: Michał Górny gentoo org> AuthorDate: Sat May 25 10:23:04 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 25 10:29:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb78ab3 sys-devel/clang: Install clang-installapi Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-19.0.0.9999.ebuild | 1 + sys-devel/clang/clang-19.0.0_pre20240525.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-devel/clang/clang-19.0.0.9999.ebuild b/sys-devel/clang/clang-19.0.0.9999.ebuild index 3740757f583e..a4e4e458149e 100644 --- a/sys-devel/clang/clang-19.0.0.9999.ebuild +++ b/sys-devel/clang/clang-19.0.0.9999.ebuild @@ -193,6 +193,7 @@ get_distribution_components() { c-index-test clang clang-format + clang-installapi clang-linker-wrapper clang-offload-bundler clang-offload-packager diff --git a/sys-devel/clang/clang-19.0.0_pre20240525.ebuild b/sys-devel/clang/clang-19.0.0_pre20240525.ebuild index 3740757f583e..a4e4e458149e 100644 --- a/sys-devel/clang/clang-19.0.0_pre20240525.ebuild +++ b/sys-devel/clang/clang-19.0.0_pre20240525.ebuild @@ -193,6 +193,7 @@ get_distribution_components() { c-index-test clang clang-format + clang-installapi clang-linker-wrapper clang-offload-bundler clang-offload-packager