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 19BE2138334 for ; Sun, 9 Sep 2018 08:00:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5594E086E; Sun, 9 Sep 2018 08:00:00 +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 B8E79E086E for ; Sun, 9 Sep 2018 08:00:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 925A9340C37 for ; Sun, 9 Sep 2018 07:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E20E38A for ; Sun, 9 Sep 2018 07:59:57 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1536479808.9945cd3b92411b76c38355b4b7a89b260e4885cc.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.28.0-r1.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9945cd3b92411b76c38355b4b7a89b260e4885cc X-VCS-Branch: master Date: Sun, 9 Sep 2018 07:59:57 +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: 50dd961a-319a-47bb-a438-65fc538dcd63 X-Archives-Hash: a1a0cd64886d4fa0b31eca9af3b8f559 commit: 9945cd3b92411b76c38355b4b7a89b260e4885cc Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 07:56:48 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 07:56:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9945cd3b dev-lang/rust: amd64 stable wrt bug #662904 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/rust/rust-1.28.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.28.0-r1.ebuild b/dev-lang/rust/rust-1.28.0-r1.ebuild index 2595c9c53af..8b05979a58f 100644 --- a/dev-lang/rust/rust-1.28.0-r1.ebuild +++ b/dev-lang/rust/rust-1.28.0-r1.ebuild @@ -13,13 +13,13 @@ if [[ ${PV} = *beta* ]]; then MY_P="rustc-beta" SLOT="beta/${PV}" SRC="${BETA_SNAPSHOT}/rustc-beta-src.tar.xz" - KEYWORDS="" + KEYWORDS="amd64" else ABI_VER="$(get_version_component_range 1-2)" SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi CHOST_amd64=x86_64-unknown-linux-gnu