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 82E111581F0 for ; Tue, 07 Jan 2025 19:54:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83F01E07D0; Tue, 07 Jan 2025 19:54:15 +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 3C78FE07D0 for ; Tue, 07 Jan 2025 19:54:15 +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 5304434131D for ; Tue, 07 Jan 2025 19:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE9B31D29 for ; Tue, 07 Jan 2025 19:54:12 +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: <1736279562.5643df6b8e7430ec6f5ab4f596deb19cce3c340d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libwebsockets/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libwebsockets/libwebsockets-4.3.3-r1.ebuild net-libs/libwebsockets/libwebsockets-4.3.3.ebuild X-VCS-Directories: net-libs/libwebsockets/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5643df6b8e7430ec6f5ab4f596deb19cce3c340d X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:54:12 +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: 734fda51-4d21-4657-96ba-4d9c3ff73722 X-Archives-Hash: 7267e15a0269b65cc56b639bd6568ae2 commit: 5643df6b8e7430ec6f5ab4f596deb19cce3c340d Author: Azamat H. Hackimov gmail com> AuthorDate: Mon Jan 6 15:03:51 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:52:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5643df6b net-libs/libwebsockets: 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> .../{libwebsockets-4.3.3.ebuild => libwebsockets-4.3.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild b/net-libs/libwebsockets/libwebsockets-4.3.3-r1.ebuild similarity index 96% rename from net-libs/libwebsockets/libwebsockets-4.3.3.ebuild rename to net-libs/libwebsockets/libwebsockets-4.3.3-r1.ebuild index 2e0c4457d823..6657425c8e80 100644 --- a/net-libs/libwebsockets/libwebsockets-4.3.3.ebuild +++ b/net-libs/libwebsockets/libwebsockets-4.3.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 @@ -36,7 +36,7 @@ RDEPEND=" sqlite3? ( dev-db/sqlite:= ) ssl? ( !mbedtls? ( dev-libs/openssl:0= ) - mbedtls? ( net-libs/mbedtls:= ) + mbedtls? ( net-libs/mbedtls:0= ) )" DEPEND="${RDEPEND}" BDEPEND="