commit:     6a55b0db19a41ed3c71f5e3c6496e86ec9faa044
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 13:56:21 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 13:56:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a55b0db

dev-libs/jsoncpp: Fix building docs

Closes: https://bugs.gentoo.org/691228
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild 
b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
index eff2699bfb8..1c614ed0168 100644
--- a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
+++ b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
@@ -56,6 +56,7 @@ src_compile() {
        cmake-utils_src_compile
 
        if use doc; then
+               cp "${BUILD_DIR}"/version . || die
                "${EPYTHON}" doxybuild.py 
--doxygen="${EPREFIX}"/usr/bin/doxygen || die
                HTML_DOCS=( dist/doxygen/jsoncpp*/. )
        fi

Reply via email to