From: Alexey Shvetsov Date: Wed, 2 Oct 2019 13:04:16 +0000 (+0300) Subject: dev-python/pmw: remove dohtml X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be539532b83f854003e51b17a7633a163951e951;p=gentoo.git dev-python/pmw: remove dohtml Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov --- diff --git a/dev-python/pmw/pmw-1.3.3-r3.ebuild b/dev-python/pmw/pmw-1.3.3-r3.ebuild index 652f36827a09..619e0f5b48cf 100644 --- a/dev-python/pmw/pmw-1.3.3-r3.ebuild +++ b/dev-python/pmw/pmw-1.3.3-r3.ebuild @@ -44,7 +44,7 @@ python_install_all() { local DIR="Pmw/Pmw_1_3_3" if use doc; then - dohtml -a html,gif,py ${DIR}/doc/* + dodoc -r ${DIR}/doc/* fi if use examples; then