diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2025-01-06 18:49:38 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-07 19:52:49 +0000 |
commit | bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246 (patch) | |
tree | da4fac463725012e9e222077c57dbaf9b075afd0 /app-crypt | |
parent | app-crypt/tpm2-tss: drop 4.0.1, 4.0.1-r1, 4.0.2 (diff) | |
download | gentoo-bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246.tar.gz gentoo-bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246.tar.bz2 gentoo-bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246.zip |
app-crypt/tpm2-tss: 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 'app-crypt')
-rw-r--r-- | app-crypt/tpm2-tss/tpm2-tss-4.0.2-r2.ebuild (renamed from app-crypt/tpm2-tss/tpm2-tss-4.0.2-r1.ebuild) | 4 | ||||
-rw-r--r-- | app-crypt/tpm2-tss/tpm2-tss-4.1.3-r1.ebuild (renamed from app-crypt/tpm2-tss/tpm2-tss-4.1.3.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.0.2-r1.ebuild b/app-crypt/tpm2-tss/tpm2-tss-4.0.2-r2.ebuild index d9036d26badd..b5f0eb1e7049 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-4.0.2-r1.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.2-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 @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/json-c:=[${MULTILIB_USEDEP}] >=net-misc/curl-7.80.0[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) openssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] ) " diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.1.3.ebuild b/app-crypt/tpm2-tss/tpm2-tss-4.1.3-r1.ebuild index 0f0b23883e0b..c9b5cd0a29b1 100644 --- a/app-crypt/tpm2-tss/tpm2-tss-4.1.3.ebuild +++ b/app-crypt/tpm2-tss/tpm2-tss-4.1.3-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 @@ -29,7 +29,7 @@ RDEPEND=" dev-libs/json-c:=[${MULTILIB_USEDEP}] >=net-misc/curl-7.80.0[${MULTILIB_USEDEP}] ) - mbedtls? ( net-libs/mbedtls:=[${MULTILIB_USEDEP}] ) + mbedtls? ( net-libs/mbedtls:0=[${MULTILIB_USEDEP}] ) openssl? ( dev-libs/openssl:=[${MULTILIB_USEDEP}] ) " |