diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2025-01-06 18:01:53 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-07 19:52:41 +0000 |
commit | 1c492d667b8389b11dd93701117c9bf747897a38 (patch) | |
tree | e0645dfbc09060e200fb1bc8e96d4ff7740a31df /net-libs | |
parent | dev-scheme/gauche: slotting net-libs/mbedtls:0 (diff) | |
download | gentoo-1c492d667b8389b11dd93701117c9bf747897a38.tar.gz gentoo-1c492d667b8389b11dd93701117c9bf747897a38.tar.bz2 gentoo-1c492d667b8389b11dd93701117c9bf747897a38.zip |
net-libs/libssh: slotting net-libs/mbedtls:0
net-libs/mbedtls:0 is remain for mbedtls-2 as safe fallback for all
dependent packages.
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/libssh-0.10.6-r2.ebuild (renamed from net-libs/libssh/libssh-0.10.6-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-libs/libssh/libssh-0.11.1-r1.ebuild (renamed from net-libs/libssh/libssh-0.11.1.ebuild) | 4 | ||||
-rw-r--r-- | net-libs/libssh/libssh-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/libssh/libssh-0.10.6-r1.ebuild b/net-libs/libssh/libssh-0.10.6-r2.ebuild index 96aceba24d24..ff5c0510997d 100644 --- a/net-libs/libssh/libssh-0.10.6-r1.ebuild +++ b/net-libs/libssh/libssh-0.10.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,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:0=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} diff --git a/net-libs/libssh/libssh-0.11.1.ebuild b/net-libs/libssh/libssh-0.11.1-r1.ebuild index 57664907ccdb..a1ddb76df753 100644 --- a/net-libs/libssh/libssh-0.11.1.ebuild +++ b/net-libs/libssh/libssh-0.11.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" RDEPEND=" !mbedtls? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${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 1cab5e95f04b..956a471414a6 100644 --- a/net-libs/libssh/libssh-9999.ebuild +++ b/net-libs/libssh/libssh-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,7 +26,7 @@ RESTRICT="!test? ( test )" RDEPEND=" !mbedtls? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) gssapi? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} |