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 5D9271581F0 for ; Tue, 07 Jan 2025 19:54:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA123E0822; Tue, 07 Jan 2025 19:54:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 93621E081B for ; Tue, 07 Jan 2025 19:54:16 +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 DD05B342F97 for ; Tue, 07 Jan 2025 19:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BB301D63 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: <1736279564.498a07a164d49b2a18def8558a11e4c81eda6f8c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/inadyn/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/inadyn/inadyn-2.12.0-r1.ebuild net-dns/inadyn/inadyn-2.12.0-r2.ebuild X-VCS-Directories: net-dns/inadyn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 498a07a164d49b2a18def8558a11e4c81eda6f8c 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: f96e7c1f-8705-496b-b27f-897e399bce8c X-Archives-Hash: cd4fe1d1d00710f0521c49114d5ee173 commit: 498a07a164d49b2a18def8558a11e4c81eda6f8c Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 15:25:59 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:52:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498a07a1 net-dns/inadyn: 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> net-dns/inadyn/{inadyn-2.12.0-r1.ebuild => inadyn-2.12.0-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/inadyn/inadyn-2.12.0-r1.ebuild b/net-dns/inadyn/inadyn-2.12.0-r2.ebuild similarity index 95% rename from net-dns/inadyn/inadyn-2.12.0-r1.ebuild rename to net-dns/inadyn/inadyn-2.12.0-r2.ebuild index 380d72354dd1..e93a10ff8773 100644 --- a/net-dns/inadyn/inadyn-2.12.0-r1.ebuild +++ b/net-dns/inadyn/inadyn-2.12.0-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 @@ -23,7 +23,7 @@ DEPEND=" dev-libs/nettle:= net-libs/gnutls:= ) - mbedtls? ( net-libs/mbedtls:= ) + mbedtls? ( net-libs/mbedtls:0= ) openssl? ( dev-libs/openssl:= ) " RDEPEND="${DEPEND}"