From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1114784-garchives=archives.gentoo.org@lists.gentoo.org> 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 0120B138334 for <garchives@archives.gentoo.org>; Sun, 6 Oct 2019 21:18:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D995DE086D; Sun, 6 Oct 2019 21:18:31 +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 C00F3E086D for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2019 21:18:31 +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 798A734B9E4 for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2019 21:18:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9759383D for <gentoo-commits@lists.gentoo.org>; Sun, 6 Oct 2019 21:18:26 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1570396687.b327423df20887ce594a05bcc0f6105a1a0dfb8d.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: b327423df20887ce594a05bcc0f6105a1a0dfb8d X-VCS-Branch: master Date: Sun, 6 Oct 2019 21:18:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7870235f-3aa4-424c-9954-7f83531467c4 X-Archives-Hash: b85371bb5368ca39094b5e26480a8577 commit: b327423df20887ce594a05bcc0f6105a1a0dfb8d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Oct 6 21:06:28 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Oct 6 21:18:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b327423d virtual/rust: x86 stable (bug #695696) Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi <AT> 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 a7199a6cd00..942a1099b04 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}* )"