From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 71AB115806C for ; Thu, 10 Jul 2025 22:39:19 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A58DA3421C8 for ; Thu, 10 Jul 2025 22:39:15 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 370D2110567; Thu, 10 Jul 2025 22:38:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 31300110567 for ; Thu, 10 Jul 2025 22:38:53 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1F94342181 for ; Thu, 10 Jul 2025 22:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE26C2FE2 for ; Thu, 10 Jul 2025 22:38:50 +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: <1752186987.573f56d444576c2c9d1a5a1ee51c8b9e1628b455.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/mbedtls/mbedtls-2.28.10.ebuild X-VCS-Directories: net-libs/mbedtls/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 573f56d444576c2c9d1a5a1ee51c8b9e1628b455 X-VCS-Branch: master Date: Thu, 10 Jul 2025 22:38:50 +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: 02d26c72-5e1d-4783-9a2c-d21b29d0daf4 X-Archives-Hash: da839818fff1020d854dcd8882330b50 commit: 573f56d444576c2c9d1a5a1ee51c8b9e1628b455 Author: Sam James gentoo org> AuthorDate: Thu Jul 10 22:36:27 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 10 22:36:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=573f56d4 net-libs/mbedtls: Stabilize 2.28.10 x86, #959811 Signed-off-by: Sam James gentoo.org> net-libs/mbedtls/mbedtls-2.28.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/mbedtls/mbedtls-2.28.10.ebuild b/net-libs/mbedtls/mbedtls-2.28.10.ebuild index 19c8215670f6..1ba26fe9998d 100644 --- a/net-libs/mbedtls/mbedtls-2.28.10.ebuild +++ b/net-libs/mbedtls/mbedtls-2.28.10.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.trustedfirmware.org/projects/mbed-tls/" SRC_URI="https://github.com/Mbed-TLS/mbedtls/releases/download/${P}/${P}.tar.bz2" LICENSE="|| ( Apache-2.0 GPL-2+ )" SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so} -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86" IUSE="cmac cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib" RESTRICT="!test? ( test )"