mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user