From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 291BB15813A for ; Tue, 07 Jan 2025 19:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50DC9E082D; Tue, 07 Jan 2025 19:54:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02CDEE082B for ; Tue, 07 Jan 2025 19:54:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 697C3342F64 for ; Tue, 07 Jan 2025 19:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E55811DE6 for ; Tue, 07 Jan 2025 19:54:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736279569.bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/tpm2-tss/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/tpm2-tss/tpm2-tss-4.0.2-r1.ebuild app-crypt/tpm2-tss/tpm2-tss-4.0.2-r2.ebuild app-crypt/tpm2-tss/tpm2-tss-4.1.3-r1.ebuild app-crypt/tpm2-tss/tpm2-tss-4.1.3.ebuild X-VCS-Directories: app-crypt/tpm2-tss/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246 X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ce619250-7e9f-40ac-8b11-86a3e0abbc19 X-Archives-Hash: 7f1d26d686f3b83c5e1fa0052a6866b6 commit: bd4956fd5f9f58e0c7e4cf5a85e3f4de7b9f3246 Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 15:49:38 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:52:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4956fd 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 gmail.com> Signed-off-by: Sam James gentoo.org> .../tpm2-tss/{tpm2-tss-4.0.2-r1.ebuild => tpm2-tss-4.0.2-r2.ebuild} | 4 ++-- .../tpm2-tss/{tpm2-tss-4.1.3.ebuild => tpm2-tss-4.1.3-r1.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 similarity index 96% rename from app-crypt/tpm2-tss/tpm2-tss-4.0.2-r1.ebuild rename to 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 similarity index 96% rename from app-crypt/tpm2-tss/tpm2-tss-4.1.3.ebuild rename to 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}] ) "