diff options
author | Sam James <sam@gentoo.org> | 2022-08-12 04:39:57 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-12 15:21:25 +0100 |
commit | 638e7d11e55b58447dd17499907fcda33c67e1cc (patch) | |
tree | 17c1b09089a13711af5cc8d90c4f689cc3170112 /app-accessibility/speech-dispatcher | |
parent | net-dns/smartdns: version bump 37 (diff) | |
download | gentoo-638e7d11e55b58447dd17499907fcda33c67e1cc.tar.gz gentoo-638e7d11e55b58447dd17499907fcda33c67e1cc.tar.bz2 gentoo-638e7d11e55b58447dd17499907fcda33c67e1cc.zip |
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@gentoo.org>
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.11.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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" |