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 67AAB15807A for ; Thu, 05 Jun 2025 22:39:29 +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 527823431C5 for ; Thu, 05 Jun 2025 22:39:29 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 11E871104A5; Thu, 05 Jun 2025 22:39:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 068FC1104A5 for ; Thu, 05 Jun 2025 22:39: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 B508C3431C1 for ; Thu, 05 Jun 2025 22:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A0B291E for ; Thu, 05 Jun 2025 22:39: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: <1749163108.15e194cc6567084f7f97796c351dba9b2e7afce1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-common/rust-common-1.86.0.ebuild X-VCS-Directories: dev-lang/rust-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 15e194cc6567084f7f97796c351dba9b2e7afce1 X-VCS-Branch: master Date: Thu, 05 Jun 2025 22:39: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: c1c63b21-2ec5-4b63-b70b-8930f06faeeb X-Archives-Hash: 1c0b88e88b997b0d07954c24c54e6099 commit: 15e194cc6567084f7f97796c351dba9b2e7afce1 Author: Sam James gentoo org> AuthorDate: Thu Jun 5 22:38:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 5 22:38:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e194cc dev-lang/rust-common: Stabilize 1.86.0 amd64, #957087 Signed-off-by: Sam James gentoo.org> dev-lang/rust-common/rust-common-1.86.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust-common/rust-common-1.86.0.ebuild b/dev-lang/rust-common/rust-common-1.86.0.ebuild index 061825644259..511e91030db3 100644 --- a/dev-lang/rust-common/rust-common-1.86.0.ebuild +++ b/dev-lang/rust-common/rust-common-1.86.0.ebuild @@ -32,7 +32,7 @@ else verify-sig? ( https://static.rust-lang.org/dist/rustc-${PV}-src.tar.xz.asc ) " S="${WORKDIR}/rustc-${MY_PV}-src" - KEYWORDS="~amd64 arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm ~arm64 ~loong ~mips ~ppc ppc64 ~riscv ~sparc x86" fi LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4"