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"
