net-libs/libssh: drop USE=doc

We'd need to download a theme.

Closes: https://bugs.gentoo.org/980663
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-08-11 03:30:23 +01:00
parent b3fbac38b2
commit 4582d2c409
2 changed files with 2 additions and 16 deletions

View File

@@ -24,7 +24,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="0/4" # subslot = soname major version
IUSE="debug doc examples fido2 gssapi mbedtls pcap server +sftp static-libs test zlib"
IUSE="debug examples fido2 gssapi mbedtls pcap server +sftp static-libs test zlib"
# Maintainer: check IUSE-defaults at DefineOptions.cmake
RESTRICT="!test? ( test )"
@@ -42,7 +42,6 @@ DEPEND="
elibc_musl? ( sys-libs/argp-standalone )
)
"
BDEPEND+=" doc? ( app-text/doxygen[dot] )"
DOCS=( AUTHORS CHANGELOG README )
@@ -142,11 +141,6 @@ multilib_src_configure() {
cmake_src_configure
}
multilib_src_compile() {
cmake_src_compile
multilib_is_native_abi && use doc && cmake_src_compile docs
}
multilib_src_test() {
# torture_server_direct_tcpip fails in parallel
cmake_src_test -j1 --timeout 3000
@@ -154,7 +148,6 @@ multilib_src_test() {
multilib_src_install() {
cmake_src_install
multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
use static-libs && dolib.a src/libssh.a

View File

@@ -24,7 +24,7 @@ fi
LICENSE="LGPL-2.1"
SLOT="0/4" # subslot = soname major version
IUSE="debug doc examples fido2 gssapi mbedtls pcap server +sftp static-libs test zlib"
IUSE="debug examples fido2 gssapi mbedtls pcap server +sftp static-libs test zlib"
# Maintainer: check IUSE-defaults at DefineOptions.cmake
RESTRICT="!test? ( test )"
@@ -42,7 +42,6 @@ DEPEND="
elibc_musl? ( sys-libs/argp-standalone )
)
"
BDEPEND+=" doc? ( app-text/doxygen[dot] )"
DOCS=( AUTHORS CHANGELOG README )
@@ -142,11 +141,6 @@ multilib_src_configure() {
cmake_src_configure
}
multilib_src_compile() {
cmake_src_compile
multilib_is_native_abi && use doc && cmake_src_compile docs
}
multilib_src_test() {
# torture_server_direct_tcpip fails in parallel
cmake_src_test -j1 --timeout 3000
@@ -154,7 +148,6 @@ multilib_src_test() {
multilib_src_install() {
cmake_src_install
multilib_is_native_abi && use doc && local HTML_DOCS=( "${BUILD_DIR}"/doc/html/. )
use static-libs && dolib.a src/libssh.a