Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jsoncpp/
Date: Mon, 19 Aug 2019 13:56:50
Message-Id: 1566222981.6a55b0db19a41ed3c71f5e3c6496e86ec9faa044.mgorny@gentoo
1 commit: 6a55b0db19a41ed3c71f5e3c6496e86ec9faa044
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 19 13:56:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 19 13:56:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a55b0db
7
8 dev-libs/jsoncpp: Fix building docs
9
10 Closes: https://bugs.gentoo.org/691228
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
17 index eff2699bfb8..1c614ed0168 100644
18 --- a/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
19 +++ b/dev-libs/jsoncpp/jsoncpp-1.9.1.ebuild
20 @@ -56,6 +56,7 @@ src_compile() {
21 cmake-utils_src_compile
22
23 if use doc; then
24 + cp "${BUILD_DIR}"/version . || die
25 "${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die
26 HTML_DOCS=( dist/doxygen/jsoncpp*/. )
27 fi