diff options
author | Jason A. Donenfeld <zx2c4@gentoo.org> | 2019-12-30 13:18:26 +0100 |
---|---|---|
committer | Jason A. Donenfeld <zx2c4@gentoo.org> | 2019-12-30 13:18:39 +0100 |
commit | 57dac240e00db2e3f9aec03a2f84a81b9a1965cf (patch) | |
tree | 98f2007d92af4187e8042db3eb9ceac3e4b6eb33 /x11-libs/fox | |
parent | dev-python/pypy: Use updated dev-lang/python patchset (diff) | |
download | gentoo-57dac240e00db2e3f9aec03a2f84a81b9a1965cf.tar.gz gentoo-57dac240e00db2e3f9aec03a2f84a81b9a1965cf.tar.bz2 gentoo-57dac240e00db2e3f9aec03a2f84a81b9a1965cf.zip |
x11-libs/fox: continue cleanup
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'x11-libs/fox')
-rw-r--r-- | x11-libs/fox/fox-1.6.57-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-libs/fox/fox-1.7.67.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |