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 CCD261581EE for ; Sun, 23 Mar 2025 16:37:20 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B700C343489 for ; Sun, 23 Mar 2025 16:37:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E78B71104AD; Sun, 23 Mar 2025 16:37:16 +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 bobolink.gentoo.org (Postfix) with ESMTPS id DB9061104AD for ; Sun, 23 Mar 2025 16:37: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B6A9343462 for ; Sun, 23 Mar 2025 16:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E642419F7 for ; Sun, 23 Mar 2025 16:37:14 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1742747679.3a56565d626b7d9444a4b28941391305e7a26dbc.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-misc/curl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-misc/curl/curl-8.12.1.ebuild X-VCS-Directories: net-misc/curl/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 3a56565d626b7d9444a4b28941391305e7a26dbc X-VCS-Branch: master Date: Sun, 23 Mar 2025 16:37:14 +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: 5798648c-9141-436d-9183-1e49b36d8ed1 X-Archives-Hash: 1c6fb3d8603432dce2dd68bde6084ea3 commit: 3a56565d626b7d9444a4b28941391305e7a26dbc Author: orbea riseup net> AuthorDate: Sun Mar 23 16:34:39 2025 +0000 Commit: orbea riseup net> CommitDate: Sun Mar 23 16:34:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=3a56565d net-misc/curl: stabilize 8.12.1 Signed-off-by: orbea riseup.net> net-misc/curl/curl-8.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/curl/curl-8.12.1.ebuild b/net-misc/curl/curl-8.12.1.ebuild index 8e9833f..aa75986 100644 --- a/net-misc/curl/curl-8.12.1.ebuild +++ b/net-misc/curl/curl-8.12.1.ebuild @@ -21,7 +21,7 @@ else https://curl.se/download/${P}.tar.xz verify-sig? ( https://curl.se/download/${P}.tar.xz.asc ) " - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="BSD curl ISC test? ( BSD-4 )"