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 75DB515808E for ; Tue, 19 Apr 2022 16:43:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A2BE0898; Tue, 19 Apr 2022 16:43:53 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 4D2EDE0894 for ; Tue, 19 Apr 2022 16:43:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A342341BDC for ; Tue, 19 Apr 2022 16:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DDAF3BB for ; Tue, 19 Apr 2022 16:43:49 +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: <1650386605.0d39d1e408185cec418484a0387e2bd81bfc9067.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: 0d39d1e408185cec418484a0387e2bd81bfc9067 X-VCS-Branch: master Date: Tue, 19 Apr 2022 16:43:49 +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: 80067322-df2c-4148-865b-ce01918b23af X-Archives-Hash: 253f705b6106fab116afb449bb468fb4 commit: 0d39d1e408185cec418484a0387e2bd81bfc9067 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 19 16:43:25 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 19 16:43:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d39d1e4 virtual/rust: Stabilize 1.59.0 ppc64, #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 6ea55705e7fd..3d7d8490eb57 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=""