From b28a4b37ca764e4379e2bc1ecf2232827b9c8802 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 3 May 2020 23:59:37 +0200 Subject: net-libs/libssh: Add slot operator on net-libs/mbedtls Reported-by: Ben Kohler Closes: https://bugs.gentoo.org/717686 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- net-libs/libssh/libssh-0.9.4.ebuild | 2 +- net-libs/libssh/libssh-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'net-libs/libssh') diff --git a/net-libs/libssh/libssh-0.9.4.ebuild b/net-libs/libssh/libssh-0.9.4.ebuild index 466de82b14ec..31c86bf94ce8 100644 --- a/net-libs/libssh/libssh-0.9.4.ebuild +++ b/net-libs/libssh/libssh-0.9.4.ebuild @@ -36,7 +36,7 @@ RDEPEND=" ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} diff --git a/net-libs/libssh/libssh-9999.ebuild b/net-libs/libssh/libssh-9999.ebuild index 8ddb3caa00db..8496b7dfd382 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -36,7 +36,7 @@ RDEPEND=" ) gcrypt? ( >=dev-libs/libgcrypt-1.5.3:0[${MULTILIB_USEDEP}] ) gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad