summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-20 14:29:56 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-06-20 14:29:56 -0700
commit5216529b73653180f1341ad872b02905aca4b909 (patch)
tree1711827b085547da85a9a2322a336378938cb945 /app-shells/nushell
parentapp-shells/nushell: fix whitespace in metadata.xml (diff)
downloadgentoo-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.ebuild3
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
"