commit: 4efc1110b3f7a237375ecf9002b19306fb810712
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 20 18:53:15 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 20 18:53:20 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4efc1110
[eclass] Avoid dohtml as per review from pesa.
It will be deprecated beginning with EAPI 6 and banned beginning with EAPI 7.
---
eclass/kde5.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c24bcf6..2a35fc1 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -442,7 +442,7 @@ kde5_src_install() {
# Install doxygen documentation if applicable
if use_if_iuse doc ; then
- dohtml -r apidocs/html/*
+ dodoc -r apidocs/html
fi
cmake-utils_src_install