summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/fox')
-rw-r--r--x11-libs/fox/fox-1.6.57-r1.ebuild2
-rw-r--r--x11-libs/fox/fox-1.7.67.ebuild2
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