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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7656613934F for ; Thu, 29 Jul 2021 04:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4ECE0960; Thu, 29 Jul 2021 04:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25E82E0960 for ; Thu, 29 Jul 2021 04:34:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB1A7342ABA for ; Thu, 29 Jul 2021 04:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32A64823 for ; Thu, 29 Jul 2021 04:34:04 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1627532957.3f44535102e7fb761e5e76a07ac097fbbc3973ae.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.53.0.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 3f44535102e7fb761e5e76a07ac097fbbc3973ae X-VCS-Branch: master Date: Thu, 29 Jul 2021 04:34:04 +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: f4f9d0c7-d7e7-4a3a-9c99-af5d588ff9d9 X-Archives-Hash: 572dd5a8f616a9215cedcf66adcf2d66 commit: 3f44535102e7fb761e5e76a07ac097fbbc3973ae Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 29 04:29:17 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 29 04:29:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f445351 virtual/rust: stabilize 1.53.0 for ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> virtual/rust/rust-1.53.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild index 51cf9b317ba..0c76b23631b 100644 --- a/virtual/rust/rust-1.53.0.ebuild +++ b/virtual/rust/rust-1.53.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" BDEPEND="" RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"