commit: ad7f65ff32154b1ea6cd2e350c788997e8381c80 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Thu Mar 25 18:59:03 2021 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 19:03:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7f65ff
net-libs/libssh2: slot operator dep on mbedtls Closes: https://bugs.gentoo.org/717696 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> ...bssh2-1.9.0_p20200614.ebuild => libssh2-1.9.0_p20200614-r1.ebuild} | 4 ++-- net-libs/libssh2/libssh2-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/libssh2/libssh2-1.9.0_p20200614.ebuild b/net-libs/libssh2/libssh2-1.9.0_p20200614-r1.ebuild similarity index 93% rename from net-libs/libssh2/libssh2-1.9.0_p20200614.ebuild rename to net-libs/libssh2/libssh2-1.9.0_p20200614-r1.ebuild index edff9820da9..3e48a3afea4 100644 --- a/net-libs/libssh2/libssh2-1.9.0_p20200614.ebuild +++ b/net-libs/libssh2/libssh2-1.9.0_p20200614-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ RESTRICT="test" RDEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) !gcrypt? ( - mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild index ecb95eb5807..9144d257666 100644 --- a/net-libs/libssh2/libssh2-9999.ebuild +++ b/net-libs/libssh2/libssh2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ RESTRICT="test" RDEPEND=" gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) !gcrypt? ( - mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) !mbedtls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )