From: Andreas Sturmlechner Date: Tue, 6 Aug 2019 20:08:26 +0000 (+0200) Subject: net-libs/libssh: Install docs only if native abi X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8012c467e1936b5fca474a49be7bed4a3e16c8ec;p=gentoo.git net-libs/libssh: Install docs only if native abi Thanks-to: John R. Graham Closes: https://bugs.gentoo.org/691576 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner --- diff --git a/net-libs/libssh/libssh-0.9.0.ebuild b/net-libs/libssh/libssh-0.9.0.ebuild index 2d08ceb11b33..0d89cd0cb791 100644 --- a/net-libs/libssh/libssh-0.9.0.ebuild +++ b/net-libs/libssh/libssh-0.9.0.ebuild @@ -97,7 +97,7 @@ multilib_src_compile() { multilib_src_install() { cmake-utils_src_install - use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) + multilib_is_native_abi && use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) # compatibility symlink until all consumers have been updated # to no longer use libssh_threads.so diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 19777b48ff39..c6953a5d267b 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -94,7 +94,7 @@ multilib_src_compile() { multilib_src_install() { cmake-utils_src_install - use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) + multilib_is_native_abi && use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/html/. ) # compatibility symlink until all consumers have been updated # to no longer use libssh_threads.so