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 04C4C15813A for ; Tue, 07 Jan 2025 19:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88051E0826; Tue, 07 Jan 2025 19:54:17 +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 60195E0826 for ; Tue, 07 Jan 2025 19:54:17 +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 1E422342F9D for ; Tue, 07 Jan 2025 19:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB6031DD6 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: <1736279567.71190b85a1a462068e5981cfe55eb8e276cd910e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/inspircd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/inspircd/inspircd-3.17.1-r1.ebuild net-irc/inspircd/inspircd-3.17.1.ebuild X-VCS-Directories: net-irc/inspircd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 71190b85a1a462068e5981cfe55eb8e276cd910e 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: 9b1d740f-9ce6-4b6b-a4d8-cf926c5ba836 X-Archives-Hash: 2792644e1019a06dc30c00398bef0f2a commit: 71190b85a1a462068e5981cfe55eb8e276cd910e Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 15:37:44 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:52:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71190b85 net-irc/inspircd: 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> .../inspircd/{inspircd-3.17.1.ebuild => inspircd-3.17.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/inspircd/inspircd-3.17.1.ebuild b/net-irc/inspircd/inspircd-3.17.1-r1.ebuild similarity index 97% rename from net-irc/inspircd/inspircd-3.17.1.ebuild rename to net-irc/inspircd/inspircd-3.17.1-r1.ebuild index 21d0bac2f66b..b5dd27a9abd4 100644 --- a/net-irc/inspircd/inspircd-3.17.1.ebuild +++ b/net-irc/inspircd/inspircd-3.17.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 @@ -24,7 +24,7 @@ RDEPEND=" gnutls? ( net-libs/gnutls:= dev-libs/libgcrypt:0 ) ldap? ( net-nds/openldap:= ) maxminddb? ( dev-libs/libmaxminddb:= ) - mbedtls? ( net-libs/mbedtls:= ) + mbedtls? ( net-libs/mbedtls:0= ) mysql? ( dev-db/mysql-connector-c:= ) pcre? ( dev-libs/libpcre ) pcre2? ( dev-libs/libpcre2 )