diff options
author | 2022-03-16 10:15:03 -0400 | |
---|---|---|
committer | 2022-03-16 10:21:06 -0400 | |
commit | f07cc77e6cb36ff934c2bc770356df60f0d1a289 (patch) | |
tree | 5b5fafed923fd4b20dece0745873fe586a799420 /app-shells | |
parent | app-portage/iwdevtools: backport diff output fix (diff) | |
download | gentoo-f07cc77e6cb36ff934c2bc770356df60f0d1a289.tar.gz gentoo-f07cc77e6cb36ff934c2bc770356df60f0d1a289.tar.bz2 gentoo-f07cc77e6cb36ff934c2bc770356df60f0d1a289.zip |
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 <ionen@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/starship/starship-1.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |