aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/kile/kile-9999.ebuild')
-rw-r--r--app-editors/kile/kile-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild
index 773294caaa..494a7be708 100644
--- a/app-editors/kile/kile-9999.ebuild
+++ b/app-editors/kile/kile-9999.ebuild
@@ -56,5 +56,5 @@ src_prepare() {
sed -e '/INSTALL( FILES AUTHORS/s/^/#DISABLED /' \
-i CMakeLists.txt || die
- use handbook || rm -fr doc
+ [[ ${PV} != *9999* ]] && { use handbook || rm -fr doc ; }
}