From: Jason A. Donenfeld Date: Mon, 30 Dec 2019 12:18:26 +0000 (+0100) Subject: x11-libs/fox: continue cleanup X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=57dac240e00db2e3f9aec03a2f84a81b9a1965cf;p=gentoo.git x11-libs/fox: continue cleanup Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld --- diff --git a/x11-libs/fox/fox-1.6.57-r1.ebuild b/x11-libs/fox/fox-1.6.57-r1.ebuild index 9320c3052983..a33093e968d8 100644 --- a/x11-libs/fox/fox-1.6.57-r1.ebuild +++ b/x11-libs/fox/fox-1.6.57-r1.ebuild @@ -87,7 +87,7 @@ src_install() { use doc || rm -fr "${D}/usr/share/doc/${PF}/html" # install class reference docs if USE=doc - if use doc && [[ -z ${FOX_COMPONENT} ]] ; then + if use doc; then docinto html dodoc -r "${S}/doc/ref" fi diff --git a/x11-libs/fox/fox-1.7.67.ebuild b/x11-libs/fox/fox-1.7.67.ebuild index aed93292abb6..9e6f057e84dc 100644 --- a/x11-libs/fox/fox-1.7.67.ebuild +++ b/x11-libs/fox/fox-1.7.67.ebuild @@ -93,7 +93,7 @@ src_install() { use doc || rm -fr "${D}/usr/share/doc/${PF}/html" # install class reference docs if USE=doc - if use doc && [[ -z ${FOX_COMPONENT} ]] ; then + if use doc; then docinto html dodoc -r "${S}/doc/ref" fi