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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6F5FA15808D for ; Wed, 20 Apr 2022 17:02:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49C14E0955; Wed, 20 Apr 2022 17:02:09 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CE20E0955 for ; Wed, 20 Apr 2022 17:02:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 182D6341BD2 for ; Wed, 20 Apr 2022 17:02:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F1723BC for ; Wed, 20 Apr 2022 17:02:06 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650474104.16ebee3bf0a7e6f0b9a6f69f6a87293f0cd7708a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.59.0.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 16ebee3bf0a7e6f0b9a6f69f6a87293f0cd7708a X-VCS-Branch: master Date: Wed, 20 Apr 2022 17:02:06 +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: 1e16e37c-5e9e-483a-8725-2476c2c6cc60 X-Archives-Hash: 47695c331c6ef0771b5b19248464fb52 commit: 16ebee3bf0a7e6f0b9a6f69f6a87293f0cd7708a Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 20 17:01:44 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 20 17:01:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ebee3b virtual/rust: Stabilize 1.59.0 arm, #838865 Signed-off-by: Arthur Zamarin gentoo.org> virtual/rust/rust-1.59.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild index 2d3042cfddad..cc84e3816353 100644 --- a/virtual/rust/rust-1.59.0.ebuild +++ b/virtual/rust/rust-1.59.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler" LICENSE="" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86" IUSE="rustfmt" BDEPEND=""