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 93F68138334 for ; Thu, 27 Sep 2018 17:27:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E74FE08EB; Thu, 27 Sep 2018 17:27:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 26334E08EB for ; Thu, 27 Sep 2018 17:27:38 +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 C8D10335C7F for ; Thu, 27 Sep 2018 17:27:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EC2B3AB for ; Thu, 27 Sep 2018 17:27:29 +0000 (UTC) From: "Thomas Deutschmann" 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" Message-ID: <1538069187.245ec831e420746541ea073c3ba500f34fbb5bbc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.27.1.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 245ec831e420746541ea073c3ba500f34fbb5bbc X-VCS-Branch: master Date: Thu, 27 Sep 2018 17:27:29 +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-Archives-Salt: 53c7effd-914a-4ce6-8cd1-ae1fdf43cb76 X-Archives-Hash: 0253d03ca43b730eeffbb3cad83d966c commit: 245ec831e420746541ea073c3ba500f34fbb5bbc Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Sep 27 17:26:25 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Sep 27 17:26:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245ec831 virtual/rust: drop stable x86 keyword ...which was accidentially added via commit 3f19f76ebaa187fd15e8b749d0672b7a761e47ca. Signed-off-by: Thomas Deutschmann gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 virtual/rust/rust-1.27.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild index 1d482c72cda..f0642556ce5 100644 --- a/virtual/rust/rust-1.27.1.ebuild +++ b/virtual/rust/rust-1.27.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="~amd64 ~arm64 ~x86" BDEPEND="" RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"