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 F1D14138334 for ; Sun, 29 Sep 2019 21:00:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB243E08F3; Sun, 29 Sep 2019 21:00:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AF970E08F1 for ; Sun, 29 Sep 2019 21:00:23 +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 1D26234B6D4 for ; Sun, 29 Sep 2019 21:00:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F0AA825 for ; Sun, 29 Sep 2019 21:00:11 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1569790805.d20cd1cb00b4ca90219e2088e476a4762291da33.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.37.0.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: d20cd1cb00b4ca90219e2088e476a4762291da33 X-VCS-Branch: master Date: Sun, 29 Sep 2019 21:00:11 +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: b8ff5733-eb87-4301-a04c-efc21e41e906 X-Archives-Hash: 794c8a622a52a3df22682fc8d4f04eba commit: d20cd1cb00b4ca90219e2088e476a4762291da33 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Sep 29 20:56:47 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Sep 29 21:00:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20cd1cb virtual/rust: stable 1.37.0 for ppc64, bug #695696 Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich gentoo.org> virtual/rust/rust-1.37.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild index 75f82239948..b7118288dcb 100644 --- a/virtual/rust/rust-1.37.0.ebuild +++ b/virtual/rust/rust-1.37.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ppc64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"