From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1689219-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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D59AF158042
	for <garchives@archives.gentoo.org>; Wed, 13 Nov 2024 05:22:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EC81CE0815;
	Wed, 13 Nov 2024 05:22:16 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 C8611E0815
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2024 05:22:16 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CFACB342FDB
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2024 05:22:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 31E1D18DD
	for <gentoo-commits@lists.gentoo.org>; Wed, 13 Nov 2024 05:22:14 +0000 (UTC)
From: "Eli Schwartz" <eschwartz@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, "Eli Schwartz" <eschwartz@gentoo.org>
Message-ID: <1731475260.c5ab908b9212c1c83b6173f8c77e69b1ad76b7bd.eschwartz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/diff-cover/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
X-VCS-Directories: dev-util/diff-cover/
X-VCS-Committer: eschwartz
X-VCS-Committer-Name: Eli Schwartz
X-VCS-Revision: c5ab908b9212c1c83b6173f8c77e69b1ad76b7bd
X-VCS-Branch: master
Date: Wed, 13 Nov 2024 05:22:14 +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: b5340971-1286-43a4-a191-853cc6b629e2
X-Archives-Hash: 52b85a590d6a798dec590f263028eda0

commit:     c5ab908b9212c1c83b6173f8c77e69b1ad76b7bd
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 05:18:39 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 05:21:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ab908b

dev-util/diff-cover: fix broken dependency without PYTHON_USEDEP

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 .../{diff-cover-6.5.0-r1.ebuild => diff-cover-6.5.0-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
similarity index 94%
rename from dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
rename to dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
index 5c7bd35e0309..c7342ba66d61 100644
--- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild
+++ b/dev-util/diff-cover/diff-cover-6.5.0-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
 	>=dev-python/jinja2-2.7.1[${PYTHON_USEDEP}]
 	>=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}]
 	>=dev-python/chardet-3.0.0[${PYTHON_USEDEP}]
-	>=dev-python/tomli-1.2.1
+	>=dev-python/tomli-1.2.1[${PYTHON_USEDEP}]
 "
 BDEPEND="
 	test? (