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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE86D15808B for ; Wed, 16 Mar 2022 14:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E16B7E0886; Wed, 16 Mar 2022 14:21:20 +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 69FD6E0886 for ; Wed, 16 Mar 2022 14:21:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B466034369C for ; Wed, 16 Mar 2022 14:21:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E243E30C for ; Wed, 16 Mar 2022 14:21:16 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1647440466.f07cc77e6cb36ff934c2bc770356df60f0d1a289.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/starship/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/starship/starship-1.4.2.ebuild X-VCS-Directories: app-shells/starship/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: f07cc77e6cb36ff934c2bc770356df60f0d1a289 X-VCS-Branch: master Date: Wed, 16 Mar 2022 14:21:16 +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: 4bb16af6-e502-4c42-a2c6-3332c73b944f X-Archives-Hash: b2ae7013e030bb97b4a9c3553a4a8103 commit: f07cc77e6cb36ff934c2bc770356df60f0d1a289 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Mar 16 14:15:03 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 16 14:21:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f07cc77e app-shells/starship: bdepend on >=rust-1.59 This now uses std::thread::availabe_parallelism that was stabilized in >=rust-1.59, leads to failure about use of unstable features in older versions. Signed-off-by: Ionen Wolkens gentoo.org> app-shells/starship/starship-1.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/starship/starship-1.4.2.ebuild b/app-shells/starship/starship-1.4.2.ebuild index 0de72fc77984..b32314218867 100644 --- a/app-shells/starship/starship-1.4.2.ebuild +++ b/app-shells/starship/starship-1.4.2.ebuild @@ -270,7 +270,7 @@ LICENSE=" SLOT="0" KEYWORDS="~amd64" -BDEPEND=">=virtual/rust-1.56" +BDEPEND=">=virtual/rust-1.59" DEPEND=">=dev-libs/libgit2-1.2.0:=" RDEPEND="${DEPEND}"