Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/nushell/
Date: Sun, 20 Jun 2021 21:34:35
Message-Id: 1624224596.5216529b73653180f1341ad872b02905aca4b909.gyakovlev@gentoo
1 commit: 5216529b73653180f1341ad872b02905aca4b909
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 20 21:29:56 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 20 21:29:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5216529b
7
8 app-shells/nushell: fix BDEPEND
9
10 at least rust-1.51.0 is required
11 cmake is no longer needed
12
13 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
14
15 app-shells/nushell/nushell-0.32.0-r1.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/app-shells/nushell/nushell-0.32.0-r1.ebuild b/app-shells/nushell/nushell-0.32.0-r1.ebuild
19 index 39e1d06f56d..34dea5b1075 100644
20 --- a/app-shells/nushell/nushell-0.32.0-r1.ebuild
21 +++ b/app-shells/nushell/nushell-0.32.0-r1.ebuild
22 @@ -686,8 +686,7 @@ DEPEND="
23 RDEPEND="${DEPEND}"
24
25 BDEPEND="
26 - dev-util/cmake
27 - >=virtual/rust-1.46
28 + >=virtual/rust-1.51
29 virtual/pkgconfig
30 "