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 652FB1382C5 for ; Wed, 25 Nov 2020 21:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72FEFE0891; Wed, 25 Nov 2020 21:00:06 +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 573CFE0891 for ; Wed, 25 Nov 2020 21:00:06 +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 E046B33BF11 for ; Wed, 25 Nov 2020 21:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30D7F3B7 for ; Wed, 25 Nov 2020 21:00:03 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1606337770.8668f3f3b68730caf5c25d6472f37edf4fdc5899.gyakovlev@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.47.0-r2.ebuild dev-lang/rust/rust-1.48.0.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8668f3f3b68730caf5c25d6472f37edf4fdc5899 X-VCS-Branch: master Date: Wed, 25 Nov 2020 21:00:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41a907f7-5dea-4d18-aa65-bfca63161992 X-Archives-Hash: 4332e5e9a560d332cd947d6621a29ff6 commit: 8668f3f3b68730caf5c25d6472f37edf4fdc5899 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Nov 25 20:55:54 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Nov 25 20:56:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8668f3f3 dev-lang/rust: fix typos Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Georgy Yakovlev gentoo.org> dev-lang/rust/rust-1.47.0-r2.ebuild | 2 +- dev-lang/rust/rust-1.48.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/rust/rust-1.47.0-r2.ebuild b/dev-lang/rust/rust-1.47.0-r2.ebuild index 094392399be..a58598ac159 100644 --- a/dev-lang/rust/rust-1.47.0-r2.ebuild +++ b/dev-lang/rust/rust-1.47.0-r2.ebuild @@ -58,7 +58,7 @@ LLVM_DEPEND=" " LLVM_MAX_SLOT=11 -# to bootstrap we need at least exactly previos version, or same. +# to bootstrap we need at least exactly previous version, or same. # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x diff --git a/dev-lang/rust/rust-1.48.0.ebuild b/dev-lang/rust/rust-1.48.0.ebuild index 44306e55963..be32053aee9 100644 --- a/dev-lang/rust/rust-1.48.0.ebuild +++ b/dev-lang/rust/rust-1.48.0.ebuild @@ -58,7 +58,7 @@ LLVM_DEPEND=" " LLVM_MAX_SLOT=11 -# to bootstrap we need at least exactly previos version, or same. +# to bootstrap we need at least exactly previous version, or same. # most of the time previous versions fail to bootstrap with newer # for example 1.47.x, requires at least 1.46.x, 1.47.x is ok, # but it fails to bootstrap with 1.48.x