commit:     4d3665a9e3d9627e86d5e18c375c8a9feb45c7a8
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 27 23:40:28 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Jan 27 23:40:28 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4d3665a9

[app-crypt/qca] Fix use doc

Package-Manager: portage-2.2.15

---
 app-crypt/qca/qca-2.1.0.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-crypt/qca/qca-2.1.0.3.ebuild b/app-crypt/qca/qca-2.1.0.3.ebuild
index d3d1819..d42d434 100644
--- a/app-crypt/qca/qca-2.1.0.3.ebuild
+++ b/app-crypt/qca/qca-2.1.0.3.ebuild
@@ -113,7 +113,7 @@ src_install() {
 
        if use doc; then
                pushd "${BUILD_DIR}" >/dev/null
-               doxygen Doxyfile || die
+               doxygen Doxyfile.in || die
                dohtml apidocs/html/*
                popd >/dev/null
        fi
@@ -122,6 +122,8 @@ src_install() {
                insinto /usr/share/doc/${PF}
                doins -r "${S}"/examples
        fi
+
+       cmake-utils_src_install
 }
 
 src_test() {

Reply via email to