commit: 5216529b73653180f1341ad872b02905aca4b909
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 21:29:56 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 21:29:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5216529b
app-shells/nushell: fix BDEPEND
at least rust-1.51.0 is required
cmake is no longer needed
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-shells/nushell/nushell-0.32.0-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-shells/nushell/nushell-0.32.0-r1.ebuild
b/app-shells/nushell/nushell-0.32.0-r1.ebuild
index 39e1d06f56d..34dea5b1075 100644
--- a/app-shells/nushell/nushell-0.32.0-r1.ebuild
+++ b/app-shells/nushell/nushell-0.32.0-r1.ebuild
@@ -686,8 +686,7 @@ DEPEND="
RDEPEND="${DEPEND}"
BDEPEND="
- dev-util/cmake
- >=virtual/rust-1.46
+ >=virtual/rust-1.51
virtual/pkgconfig
"