From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1738717-garchives=archives.gentoo.org@lists.gentoo.org>
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 finch.gentoo.org (Postfix) with ESMTPS id BCF801584AD
	for <garchives@archives.gentoo.org>; Sun, 20 Apr 2025 21:45:38 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(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)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id A2E6D342FA3
	for <garchives@archives.gentoo.org>; Sun, 20 Apr 2025 21:45:38 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 98F4B1102D2;
	Sun, 20 Apr 2025 21:45: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 bobolink.gentoo.org (Postfix) with ESMTPS id 8AD7D1102D2
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 21:45: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3C761342F93
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 21:45:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A1ABCADE
	for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 21:45:35 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1745185503.766edc15ccb34755e8ef0fa2a182cb21ea455a18.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gcovr/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/gcovr/gcovr-8.3.ebuild
X-VCS-Directories: dev-util/gcovr/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 766edc15ccb34755e8ef0fa2a182cb21ea455a18
X-VCS-Branch: master
Date: Sun, 20 Apr 2025 21:45:35 +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: 85c2694c-50a3-4147-9ede-bca8997f2aed
X-Archives-Hash: 522e5a8e16cdaf3d3bd87500a700f241

commit:     766edc15ccb34755e8ef0fa2a182cb21ea455a18
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 21:45:03 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 21:45:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=766edc15

dev-util/gcovr: add BDEPEND on dev-python/hatch-fancy-pypi-readme

Closes: https://bugs.gentoo.org/954115
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/gcovr/gcovr-8.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-util/gcovr/gcovr-8.3.ebuild b/dev-util/gcovr/gcovr-8.3.ebuild
index 145482d055c4..d4ac96c16858 100644
--- a/dev-util/gcovr/gcovr-8.3.ebuild
+++ b/dev-util/gcovr/gcovr-8.3.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
 	' 3.10)
 "
 BDEPEND="
+	dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}]
 	dev-python/setuptools-scm[${PYTHON_USEDEP}]
 	test? (
 		dev-python/pytest-timeout[${PYTHON_USEDEP}]