From 5847bc29157ddcf280c0e8a9913accf5b52997b9 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Sat, 20 May 2023 15:31:21 +0300 Subject: app-shells/starship: add missing cmake BDEP Signed-off-by: Joonas Niilola --- app-shells/starship/starship-1.14.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app-shells') diff --git a/app-shells/starship/starship-1.14.2.ebuild b/app-shells/starship/starship-1.14.2.ebuild index ce2a1fe2483b..ae7fab55cea6 100644 --- a/app-shells/starship/starship-1.14.2.ebuild +++ b/app-shells/starship/starship-1.14.2.ebuild @@ -396,7 +396,8 @@ LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 CC0 SLOT="0" KEYWORDS="~amd64" -BDEPEND=">=virtual/rust-1.65" +BDEPEND="dev-util/cmake + >=virtual/rust-1.65" PATCHES=( # https://bugs.gentoo.org/866133 -- cgit v1.2.3-65-gdbad