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 912D7138334 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 7608CE0875; Sun, 9 Sep 2018 08:00:01 +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 3F384E0875 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 9D5FC340C74 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 212EF3C6 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: <1536479846.357e1c51d1881d0ad5c0591e63266e117074f530.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild X-VCS-Directories: dev-lang/rust-bin/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 357e1c51d1881d0ad5c0591e63266e117074f530 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: 0f28e077-2c2b-4b89-b24a-e15d9e98198e X-Archives-Hash: c00d83b3e4ab00fcb27131365f32466f commit: 357e1c51d1881d0ad5c0591e63266e117074f530 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Sep 9 07:57:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Sep 9 07:57:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=357e1c51 dev-lang/rust-bin: amd64 stable wrt bug #662904 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild b/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild index 75593e6949a..0cc40a09a3f 100644 --- a/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.28.0-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI="amd64? ( https://static.rust-lang.org/dist/${MY_P}-x86_64-unknown-linux LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="cargo doc libressl rustfmt" CARGO_DEPEND_VERSION="0.$(($(get_version_component_range 2) + 1)).0"