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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DC4F7158086 for ; Wed, 8 Dec 2021 18:43:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13C472BC00F; Wed, 8 Dec 2021 18:43:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB7482BC00F for ; Wed, 8 Dec 2021 18:43:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6E113434BA for ; Wed, 8 Dec 2021 18:43:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2444210C for ; Wed, 8 Dec 2021 18:43:56 +0000 (UTC) From: "Leonardo H. Neumann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Leonardo H. Neumann" Message-ID: <1638988818.e7fcd17bfe7fd4bf431d90768559d5f6ccd7aa1a.leonardohn@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/rust-analyzer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/rust-analyzer/rust-analyzer-99999999.ebuild X-VCS-Directories: dev-util/rust-analyzer/ X-VCS-Committer: leonardohn X-VCS-Committer-Name: Leonardo H. Neumann X-VCS-Revision: e7fcd17bfe7fd4bf431d90768559d5f6ccd7aa1a X-VCS-Branch: dev Date: Wed, 8 Dec 2021 18:43:56 +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: f2126c17-b3d8-4bc3-99de-bcefdcc5941b X-Archives-Hash: 566ff7b880f8a060c03d649fbb0eb1ff commit: e7fcd17bfe7fd4bf431d90768559d5f6ccd7aa1a Author: Leonardo Neumann neumann dev br> AuthorDate: Wed Dec 8 18:40:18 2021 +0000 Commit: Leonardo H. Neumann null net> CommitDate: Wed Dec 8 18:40:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7fcd17b dev-util/rust-analyzer: bump MSRV to 1.57.0, change required useflag Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Leonardo Neumann neumann.dev.br> dev-util/rust-analyzer/rust-analyzer-99999999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild index e188cf611..a7051ead9 100644 --- a/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild +++ b/dev-util/rust-analyzer/rust-analyzer-99999999.ebuild @@ -25,7 +25,7 @@ RESTRICT="mirror" SLOT="0" IUSE="" -DEPEND="|| ( >=dev-lang/rust-1.56.1[rls] >=dev-lang/rust-bin-1.56.1[rls] )" +DEPEND="|| ( >=dev-lang/rust-1.57.0[rust-src] >=dev-lang/rust-bin-1.57.0[rust-src] )" RDEPEND="${DEPEND}" QA_FLAGS_IGNORED="usr/bin/rust-analyzer"