From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1621286-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 ECE5B158043
	for <garchives@archives.gentoo.org>; Mon, 15 Apr 2024 07:25:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B8342E29E0;
	Mon, 15 Apr 2024 07:25:52 +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 97B3CE29E0
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 07:25:52 +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 821FD343299
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 07:25:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 15B2D16EA
	for <gentoo-commits@lists.gentoo.org>; Mon, 15 Apr 2024 07:25:50 +0000 (UTC)
From: "Matthew Smith" <matthew@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, "Matthew Smith" <matthew@gentoo.org>
Message-ID: <1713165920.5d0d2a73ac5f020fea7f9e396a8b30a2a0ccef03.matthew@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pkgcheck/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/pkgcheck/pkgcheck-0.10.27-r1.ebuild dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild dev-util/pkgcheck/pkgcheck-0.10.28.ebuild
X-VCS-Directories: dev-util/pkgcheck/
X-VCS-Committer: matthew
X-VCS-Committer-Name: Matthew Smith
X-VCS-Revision: 5d0d2a73ac5f020fea7f9e396a8b30a2a0ccef03
X-VCS-Branch: master
Date: Mon, 15 Apr 2024 07:25:50 +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: 372e9edc-d4d4-4179-a63e-80ab0e77f998
X-Archives-Hash: 383cedaec00a265274ec190c40cb8803

commit:     5d0d2a73ac5f020fea7f9e396a8b30a2a0ccef03
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 15 07:14:57 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Mon Apr 15 07:25:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0d2a73

dev-util/pkgcheck: dev-libs/tree-sitter subslot

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 .../pkgcheck/{pkgcheck-0.10.27-r1.ebuild => pkgcheck-0.10.27-r2.ebuild} | 2 +-
 .../pkgcheck/{pkgcheck-0.10.28.ebuild => pkgcheck-0.10.28-r1.ebuild}    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.27-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild
similarity index 98%
rename from dev-util/pkgcheck/pkgcheck-0.10.27-r1.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild
index 813c851ee5f3..a79aef63b1dc 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.27-r1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.27-r2.ebuild
@@ -37,7 +37,7 @@ else
 		>=sys-apps/pkgcore-0.12.21[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
-	dev-libs/tree-sitter
+	dev-libs/tree-sitter:=
 	>=dev-libs/tree-sitter-bash-0.20.4
 	dev-python/chardet[${PYTHON_USEDEP}]
 	dev-python/lazy-object-proxy[${PYTHON_USEDEP}]

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.28.ebuild b/dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild
similarity index 98%
rename from dev-util/pkgcheck/pkgcheck-0.10.28.ebuild
rename to dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild
index f7f462d985e0..469b16aee6a7 100644
--- a/dev-util/pkgcheck/pkgcheck-0.10.28.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.10.28-r1.ebuild
@@ -33,7 +33,7 @@ else
 		>=sys-apps/pkgcore-0.12.25[${PYTHON_USEDEP}]"
 fi
 RDEPEND+="
-	>=dev-libs/tree-sitter-0.20.9
+	>=dev-libs/tree-sitter-0.20.9:=
 	>=dev-libs/tree-sitter-bash-0.20.5
 	dev-python/chardet[${PYTHON_USEDEP}]
 	dev-python/lazy-object-proxy[${PYTHON_USEDEP}]