From f07cc77e6cb36ff934c2bc770356df60f0d1a289 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 16 Mar 2022 10:15:03 -0400 Subject: [PATCH] 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 --- 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 0de72fc779844..b32314218867f 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}"