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 05284158086 for ; Tue, 30 Nov 2021 13:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48E32E08A8; Tue, 30 Nov 2021 13:24:20 +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 30FAEE08A8 for ; Tue, 30 Nov 2021 13:24:20 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09940342F07 for ; Tue, 30 Nov 2021 13:24:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9038314D for ; Tue, 30 Nov 2021 13:24:17 +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: <1638278655.bb145200f89891e364f6103f936bcddfbb03d8c4.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-13.0.1.9999.ebuild sys-devel/clang/clang-13.0.1_rc1.ebuild sys-devel/clang/clang-14.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bb145200f89891e364f6103f936bcddfbb03d8c4 X-VCS-Branch: master Date: Tue, 30 Nov 2021 13:24:17 +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: bb9d312c-44b1-4972-9cb4-2675e5f040cd X-Archives-Hash: bf1cea4459438d9e5acedf442fe514ac commit: bb145200f89891e364f6103f936bcddfbb03d8c4 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 30 13:04:29 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 30 13:24:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb145200 sys-devel/clang: Enable building clang-repl Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-13.0.1.9999.ebuild | 1 + sys-devel/clang/clang-13.0.1_rc1.ebuild | 1 + sys-devel/clang/clang-14.0.0.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-devel/clang/clang-13.0.1.9999.ebuild b/sys-devel/clang/clang-13.0.1.9999.ebuild index 3c3e637a0d19..0a01ce5254cf 100644 --- a/sys-devel/clang/clang-13.0.1.9999.ebuild +++ b/sys-devel/clang/clang-13.0.1.9999.ebuild @@ -173,6 +173,7 @@ get_distribution_components() { clang-offload-bundler clang-offload-wrapper clang-refactor + clang-repl clang-rename clang-scan-deps diagtool diff --git a/sys-devel/clang/clang-13.0.1_rc1.ebuild b/sys-devel/clang/clang-13.0.1_rc1.ebuild index 6fb09213aaca..6159e0f65fe9 100644 --- a/sys-devel/clang/clang-13.0.1_rc1.ebuild +++ b/sys-devel/clang/clang-13.0.1_rc1.ebuild @@ -173,6 +173,7 @@ get_distribution_components() { clang-offload-bundler clang-offload-wrapper clang-refactor + clang-repl clang-rename clang-scan-deps diagtool diff --git a/sys-devel/clang/clang-14.0.0.9999.ebuild b/sys-devel/clang/clang-14.0.0.9999.ebuild index 3c3e637a0d19..0a01ce5254cf 100644 --- a/sys-devel/clang/clang-14.0.0.9999.ebuild +++ b/sys-devel/clang/clang-14.0.0.9999.ebuild @@ -173,6 +173,7 @@ get_distribution_components() { clang-offload-bundler clang-offload-wrapper clang-refactor + clang-repl clang-rename clang-scan-deps diagtool