diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-06 22:08:26 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-06 22:10:12 +0200 |
commit | 8012c467e1936b5fca474a49be7bed4a3e16c8ec (patch) | |
tree | 2934d123f942285aab0e6a4fd008a5d07e8a4374 /net-libs | |
parent | app-editors/okteta: Drop 0.26.1 (diff) | |
download | gentoo-8012c467e1936b5fca474a49be7bed4a3e16c8ec.tar.gz gentoo-8012c467e1936b5fca474a49be7bed4a3e16c8ec.tar.bz2 gentoo-8012c467e1936b5fca474a49be7bed4a3e16c8ec.zip |
net-libs/libssh: Install docs only if native abi
Thanks-to: John R. Graham <john_r_graham@gentoo.org>
Closes: https://bugs.gentoo.org/691576
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.9.0.ebuild | 2 | ||||
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |