Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 691228
Collapse All | Expand All

(-)a/jsoncpp-1.9.1.ebuild (+1 lines)
Lines 56-61 Link Here
56
	cmake-utils_src_compile
56
	cmake-utils_src_compile
57
57
58
	if use doc; then
58
	if use doc; then
59
		sed -i s:"version = open('version', 'rt')":"version = open('${BUILD_DIR}/version', 'rt')":1 doxybuild.py
59
		"${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die
60
		"${EPYTHON}" doxybuild.py --doxygen="${EPREFIX}"/usr/bin/doxygen || die
60
		HTML_DOCS=( dist/doxygen/jsoncpp*/. )
61
		HTML_DOCS=( dist/doxygen/jsoncpp*/. )
61
	fi
62
	fi

Return to bug 691228