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 9CA97138334 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 BC624E0935; 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 99B2DE0935 for ; Thu, 4 Oct 2018 07:59:18 +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 393F4335CDE for ; Thu, 4 Oct 2018 07:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2943C433 for ; Thu, 4 Oct 2018 07:59:14 +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: <1538639906.8bd7eb49c6e528f3892203f9f625220cb93e064a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/cargo/cargo-1.29.1.ebuild X-VCS-Directories: virtual/cargo/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8bd7eb49c6e528f3892203f9f625220cb93e064a X-VCS-Branch: master Date: Thu, 4 Oct 2018 07:59:14 +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: c505bbd0-c572-4976-b814-21ebd1998015 X-Archives-Hash: 81612a7a9d1fac8b2cb837120727acd8 commit: 8bd7eb49c6e528f3892203f9f625220cb93e064a Author: Mikle Kolyada gentoo org> AuthorDate: Thu Oct 4 07:58:26 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Oct 4 07:58:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd7eb49 virtual/cargo: amd64 stable wrt bug #666976 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 virtual/cargo/cargo-1.29.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/cargo/cargo-1.29.1.ebuild b/virtual/cargo/cargo-1.29.1.ebuild index 0cb8875378b..078515624fc 100644 --- a/virtual/cargo/cargo-1.29.1.ebuild +++ b/virtual/cargo/cargo-1.29.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm64 x86" CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"