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 24845158094 for ; Tue, 20 Sep 2022 11:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7478DE0B2E; Tue, 20 Sep 2022 11:17:56 +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 5C136E0B2E for ; Tue, 20 Sep 2022 11:17:56 +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 7D5C933BECB for ; Tue, 20 Sep 2022 11:17:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3A055E3 for ; Tue, 20 Sep 2022 11:17:52 +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: <1663672669.3ac93781eb20dd9cd6c90cff860fcbf51a81086a.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-15.0.1.9999.ebuild sys-devel/clang/clang-15.0.1.ebuild X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ac93781eb20dd9cd6c90cff860fcbf51a81086a X-VCS-Branch: master Date: Tue, 20 Sep 2022 11:17:52 +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: 43298eba-3814-471d-a6f4-26d90081daba X-Archives-Hash: e229c7c45d5f1e571693db32ee75fb7b commit: 3ac93781eb20dd9cd6c90cff860fcbf51a81086a Author: Michał Górny gentoo org> AuthorDate: Tue Sep 20 11:15:47 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 20 11:17:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac93781 sys-devel/clang: Add symlinks PDEP to 15.x Signed-off-by: Michał Górny gentoo.org> sys-devel/clang/clang-15.0.1.9999.ebuild | 1 + sys-devel/clang/clang-15.0.1.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-devel/clang/clang-15.0.1.9999.ebuild b/sys-devel/clang/clang-15.0.1.9999.ebuild index ce8bd9ade187..ca2b0df55f46 100644 --- a/sys-devel/clang/clang-15.0.1.9999.ebuild +++ b/sys-devel/clang/clang-15.0.1.9999.ebuild @@ -44,6 +44,7 @@ BDEPEND=" " PDEPEND=" sys-devel/clang-common + sys-devel/clang-toolchain-symlinks:${SLOT} ~sys-devel/clang-runtime-${PV} default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}* diff --git a/sys-devel/clang/clang-15.0.1.ebuild b/sys-devel/clang/clang-15.0.1.ebuild index c119ab1421dc..63702176d2d3 100644 --- a/sys-devel/clang/clang-15.0.1.ebuild +++ b/sys-devel/clang/clang-15.0.1.ebuild @@ -44,6 +44,7 @@ BDEPEND=" " PDEPEND=" sys-devel/clang-common + sys-devel/clang-toolchain-symlinks:${SLOT} ~sys-devel/clang-runtime-${PV} default-compiler-rt? ( =sys-libs/compiler-rt-${PV%_*}*