net-libs/libssh: Add slot operator on net-libs/mbedtls
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 May 2020 21:59:37 +0000 (23:59 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 3 May 2020 22:24:56 +0000 (00:24 +0200)
Reported-by: Ben Kohler <bkohler@gentoo.org>
Closes: https://bugs.gentoo.org/717686
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-libs/libssh/libssh-0.9.4.ebuild
net-libs/libssh/libssh-9999.ebuild

index 466de82b14ec7e76e82dac424e5f047d04c4cc80..31c86bf94ce8be205ad421aac0eb20e1de9845d1 100644 (file)
@@ -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}
index 8ddb3caa00db89912139f28ed836786db43c3d0b..8496b7dfd382e3f295e5ad824c13f3eb1c335228 100644 (file)
@@ -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}