projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0988644
)
dev-libs/jsoncpp: Fix building docs
author
Michał Górny
<mgorny@gentoo.org>
Mon, 19 Aug 2019 13:56:21 +0000
(15:56 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 19 Aug 2019 13:56:21 +0000
(15:56 +0200)
Closes: https://bugs.gentoo.org/691228
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
index eff2699bfb89651125e6cd5febf4be275025f2d2..1c614ed01686b46d3d629d6f6bd19f1c68bc6795 100644
(file)
--- 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