diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 02:35:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 02:35:56 +0100 |
commit | 7c3ef4d6d4106d92d4cd8130c2f309e591ad07dd (patch) | |
tree | 291a967c1d8a578a76a133da3b9aa3b027f4a965 /net-libs/libssh | |
parent | kde-misc/tellico: 3.2.2 version bump (diff) | |
download | gentoo-7c3ef4d6d4106d92d4cd8130c2f309e591ad07dd.tar.gz gentoo-7c3ef4d6d4106d92d4cd8130c2f309e591ad07dd.tar.bz2 gentoo-7c3ef4d6d4106d92d4cd8130c2f309e591ad07dd.zip |
net-libs/libssh: BDEPEND++
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/libssh')
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 7731aab23884..e5e2972dc6d9 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -23,6 +23,9 @@ IUSE="debug doc examples gcrypt gssapi libressl mbedtls pcap server +sftp static REQUIRED_USE="?? ( gcrypt mbedtls ) test? ( static-libs )" +BDEPEND=" + doc? ( app-doc/doxygen[dot] ) +" RDEPEND=" !gcrypt? ( !mbedtls? ( @@ -36,7 +39,6 @@ RDEPEND=" zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[dot] ) test? ( >=dev-util/cmocka-0.3.1[${MULTILIB_USEDEP}] ) " |