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 283F4138239 for ; Thu, 4 Oct 2018 07:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 015BCE0932; Thu, 4 Oct 2018 07:59:18 +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 D64A6E0932 for ; Thu, 4 Oct 2018 07:59:17 +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 8F647335C8D for ; Thu, 4 Oct 2018 07:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3E3142E for ; Thu, 4 Oct 2018 07:59:13 +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: <1538639839.64e028d88729cb07021240164fb5be8c147ef887.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cargo/cargo-0.30.0.ebuild X-VCS-Directories: dev-util/cargo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 64e028d88729cb07021240164fb5be8c147ef887 X-VCS-Branch: master Date: Thu, 4 Oct 2018 07:59:13 +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: e5fe194c-ca07-4aa5-8a5b-03ab7a13ba91 X-Archives-Hash: 29a3d5ac13b10805335b1ff3991d718b commit: 64e028d88729cb07021240164fb5be8c147ef887 Author: Mikle Kolyada gentoo org> AuthorDate: Thu Oct 4 07:57:19 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Oct 4 07:57:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e028d8 dev-util/cargo: amd64 stable wrt bug #666976 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-util/cargo/cargo-0.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cargo/cargo-0.30.0.ebuild b/dev-util/cargo/cargo-0.30.0.ebuild index 1c0192b0b7e..2ffebd002c9 100644 --- a/dev-util/cargo/cargo-0.30.0.ebuild +++ b/dev-util/cargo/cargo-0.30.0.ebuild @@ -165,7 +165,7 @@ SRC_URI="https://github.com/rust-lang/cargo/archive/${PV}.tar.gz -> ${P}.tar.gz RESTRICT="mirror" LICENSE="|| ( MIT Apache-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="doc libressl"