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 E78ED158094 for ; Tue, 20 Sep 2022 11:07:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F361EE0AEA; Tue, 20 Sep 2022 11:07:02 +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 D90E2E0AE4 for ; Tue, 20 Sep 2022 11:07:02 +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 F12093404A5 for ; Tue, 20 Sep 2022 11:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9495B5DF for ; Tue, 20 Sep 2022 11:07:00 +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: <1663671956.04f59e25e10c5f760acd6c29998c6f0e96d373b6.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-16.0.0.9999.ebuild sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 04f59e25e10c5f760acd6c29998c6f0e96d373b6 X-VCS-Branch: master Date: Tue, 20 Sep 2022 11:07:00 +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: 09645457-0fe3-4485-b5a0-4659d56eba18 X-Archives-Hash: 1aff0bec3fa24a9400abc6c0adb23a35 commit: 04f59e25e10c5f760acd6c29998c6f0e96d373b6 Author: Michał Górny gentoo org> AuthorDate: Mon Sep 19 09:12:33 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 20 11:05:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f59e25 sys-devel/llvm: Add llvm-toolchain-symlinks PDEP to 16.x Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm/llvm-16.0.0.9999.ebuild | 1 + sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild | 1 + sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-devel/llvm/llvm-16.0.0.9999.ebuild b/sys-devel/llvm/llvm-16.0.0.9999.ebuild index 67a9c4587fdd..9171387473ba 100644 --- a/sys-devel/llvm/llvm-16.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-16.0.0.9999.ebuild @@ -60,6 +60,7 @@ RDEPEND=" " PDEPEND=" sys-devel/llvm-common + sys-devel/llvm-toolchain-symlinks:${SLOT} binutils-plugin? ( >=sys-devel/llvmgold-${SLOT} ) " diff --git a/sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild b/sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild index 63a6413a34cd..d5a4cffc7866 100644 --- a/sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild +++ b/sys-devel/llvm/llvm-16.0.0_pre20220915.ebuild @@ -60,6 +60,7 @@ RDEPEND=" " PDEPEND=" sys-devel/llvm-common + sys-devel/llvm-toolchain-symlinks:${SLOT} binutils-plugin? ( >=sys-devel/llvmgold-${SLOT} ) " diff --git a/sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild b/sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild index 67a9c4587fdd..9171387473ba 100644 --- a/sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild +++ b/sys-devel/llvm/llvm-16.0.0_pre20220918.ebuild @@ -60,6 +60,7 @@ RDEPEND=" " PDEPEND=" sys-devel/llvm-common + sys-devel/llvm-toolchain-symlinks:${SLOT} binutils-plugin? ( >=sys-devel/llvmgold-${SLOT} ) "