Closes: https://bugs.gentoo.org/682080
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit cmake-multilib
DESCRIPTION="Abstraction layer for filesystem and archive access"
multilib_is_native_abi && use doc && cmake-utils_src_compile docs
}
-multilib_src_install_all() {
- einstalldocs
- if use doc ; then
- docinto html
- dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
- fi
+multilib_src_install() {
+ multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+ cmake-utils_src_install
}
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit cmake-multilib
DESCRIPTION="Abstraction layer for filesystem and archive access"
multilib_is_native_abi && use doc && cmake-utils_src_compile docs
}
-multilib_src_install_all() {
- einstalldocs
- if use doc ; then
- docinto html
- dodoc -r "${CMAKE_BUILD_DIR}"/docs/html/*
- fi
+multilib_src_install() {
+ multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/docs/html/. )
+ cmake-utils_src_install
}