From 57dac240e00db2e3f9aec03a2f84a81b9a1965cf Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 30 Dec 2019 13:18:26 +0100 Subject: x11-libs/fox: continue cleanup Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld --- x11-libs/fox/fox-1.6.57-r1.ebuild | 2 +- x11-libs/fox/fox-1.7.67.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-libs/fox') 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 -- cgit v1.2.3-65-gdbad