From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1427016-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 7ECEC158094
	for <garchives@archives.gentoo.org>; Fri, 12 Aug 2022 14:27:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5312DE0975;
	Fri, 12 Aug 2022 14:27:38 +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 276B5E0963
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Aug 2022 14:27:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 43FFC3413CD
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Aug 2022 14:27:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEAA8C
	for <gentoo-commits@lists.gentoo.org>; Fri, 12 Aug 2022 14:27: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: <1660314085.638e7d11e55b58447dd17499907fcda33c67e1cc.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speech-dispatcher/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
X-VCS-Directories: app-accessibility/speech-dispatcher/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 638e7d11e55b58447dd17499907fcda33c67e1cc
X-VCS-Branch: master
Date: Fri, 12 Aug 2022 14:27: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: a1e1f4a6-27b9-4bd0-8a78-52876139a885
X-Archives-Hash: e819e06663559152bbf64d9214435414

commit:     638e7d11e55b58447dd17499907fcda33c67e1cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 12 03:39:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 14:21:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638e7d11

app-accessibility/speech-dispatcher: add missing help2man BDEPEND

It's not guaranteed to help with the Perl rebuild issues but
it also might in this case.

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

 app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
index 97cb9ea2d96a..ccfb7ba2a2d6 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild
@@ -32,6 +32,7 @@ DEPEND="python? ( ${PYTHON_DEPS} )
 RDEPEND="${DEPEND}
 	python? ( dev-python/pyxdg[${PYTHON_USEDEP}] )"
 BDEPEND="
+	sys-apps/help2man
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig"