diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-20 14:29:56 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-06-20 14:29:56 -0700 |
commit | 5216529b73653180f1341ad872b02905aca4b909 (patch) | |
tree | 1711827b085547da85a9a2322a336378938cb945 /app-shells/nushell | |
parent | app-shells/nushell: fix whitespace in metadata.xml (diff) | |
download | gentoo-5216529b73653180f1341ad872b02905aca4b909.tar.gz gentoo-5216529b73653180f1341ad872b02905aca4b909.tar.bz2 gentoo-5216529b73653180f1341ad872b02905aca4b909.zip |
app-shells/nushell: fix BDEPEND
at least rust-1.51.0 is required
cmake is no longer needed
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/nushell')
-rw-r--r-- | app-shells/nushell/nushell-0.32.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 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 39e1d06f56dc..34dea5b10753 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 " |