From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1444356-garchives=archives.gentoo.org@lists.gentoo.org>
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 F2779158094
	for <garchives@archives.gentoo.org>; Fri,  7 Oct 2022 16:41:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D9E91E0991;
	Fri,  7 Oct 2022 16:41:37 +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 BFC78E0991
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 Oct 2022 16:41:37 +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 E0DE9340F72
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 Oct 2022 16:41:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3428C614
	for <gentoo-commits@lists.gentoo.org>; Fri,  7 Oct 2022 16:41:34 +0000 (UTC)
From: "Michał Górny" <mgorny@gentoo.org>
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" <mgorny@gentoo.org>
Message-ID: <1665160886.23622809d2539ba6a59f4f70a3d24f50d0102f6b.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-devel/lld/lld-15.0.2.9999.ebuild sys-devel/lld/lld-16.0.0.9999.ebuild sys-devel/lld/lld-16.0.0_pre20221006.ebuild
X-VCS-Directories: sys-devel/lld/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 23622809d2539ba6a59f4f70a3d24f50d0102f6b
X-VCS-Branch: master
Date: Fri,  7 Oct 2022 16:41:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9a10fd79-8fa1-4eb1-86f6-131f824b6def
X-Archives-Hash: d8dc0f769ade5981283c5a7bedb4213f

commit:     23622809d2539ba6a59f4f70a3d24f50d0102f6b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  7 16:37:09 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct  7 16:41:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23622809

sys-devel/lld: Use the new version vars

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-devel/lld/lld-15.0.2.9999.ebuild        | 4 ++--
 sys-devel/lld/lld-16.0.0.9999.ebuild        | 4 ++--
 sys-devel/lld/lld-16.0.0_pre20221006.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-devel/lld/lld-15.0.2.9999.ebuild b/sys-devel/lld/lld-15.0.2.9999.ebuild
index f8773e9ca849..bb716f02bdee 100644
--- a/sys-devel/lld/lld-15.0.2.9999.ebuild
+++ b/sys-devel/lld/lld-15.0.2.9999.ebuild
@@ -28,7 +28,7 @@ BDEPEND="
 	)
 "
 PDEPEND="
-	sys-devel/lld-toolchain-symlinks:${PV%%.*}
+	sys-devel/lld-toolchain-symlinks:${LLVM_MAJOR}
 "
 
 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
@@ -40,7 +40,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
-	LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
+	LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
 	use test && python-any-r1_pkg_setup
 }
 

diff --git a/sys-devel/lld/lld-16.0.0.9999.ebuild b/sys-devel/lld/lld-16.0.0.9999.ebuild
index 3307dfb2c18b..c84b2df5a07c 100644
--- a/sys-devel/lld/lld-16.0.0.9999.ebuild
+++ b/sys-devel/lld/lld-16.0.0.9999.ebuild
@@ -29,7 +29,7 @@ BDEPEND="
 	)
 "
 PDEPEND="
-	sys-devel/lld-toolchain-symlinks:${PV%%.*}
+	sys-devel/lld-toolchain-symlinks:${LLVM_MAJOR}
 "
 
 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
@@ -41,7 +41,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
-	LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
+	LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
 	use test && python-any-r1_pkg_setup
 }
 

diff --git a/sys-devel/lld/lld-16.0.0_pre20221006.ebuild b/sys-devel/lld/lld-16.0.0_pre20221006.ebuild
index 3307dfb2c18b..c84b2df5a07c 100644
--- a/sys-devel/lld/lld-16.0.0_pre20221006.ebuild
+++ b/sys-devel/lld/lld-16.0.0_pre20221006.ebuild
@@ -29,7 +29,7 @@ BDEPEND="
 	)
 "
 PDEPEND="
-	sys-devel/lld-toolchain-symlinks:${PV%%.*}
+	sys-devel/lld-toolchain-symlinks:${LLVM_MAJOR}
 "
 
 LLVM_COMPONENTS=( lld cmake libunwind/include/mach-o )
@@ -41,7 +41,7 @@ python_check_deps() {
 }
 
 pkg_setup() {
-	LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup
+	LLVM_MAX_SLOT=${LLVM_MAJOR} llvm_pkg_setup
 	use test && python-any-r1_pkg_setup
 }