From ee85e20804bd5a7720a1180d1247a8ee9dfc1893 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 25 May 2020 14:52:40 +0200 Subject: [PATCH] sci-libs/ViSP: Fix USE=doc Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier --- sci-libs/ViSP/ViSP-3.3.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sci-libs/ViSP/ViSP-3.3.0.ebuild b/sci-libs/ViSP/ViSP-3.3.0.ebuild index f524038341b0..35b2a248ef5d 100644 --- a/sci-libs/ViSP/ViSP-3.3.0.ebuild +++ b/sci-libs/ViSP/ViSP-3.3.0.ebuild @@ -84,8 +84,7 @@ src_configure() { src_compile() { cmake-utils_src_compile - cd "${BUILD_DIR}" - use doc && emake visp_doc + use doc && cmake-utils_src_compile visp_doc } src_install() { @@ -95,5 +94,5 @@ src_install() { docompress -x /usr/share/doc/${PF}/tutorial fi cd "${BUILD_DIR}" - use doc && dohtml -r doc/html/* + use doc && dodoc -r doc/html } -- 2.26.2