diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-05-20 15:31:21 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-05-20 15:31:21 +0300 |
commit | 5847bc29157ddcf280c0e8a9913accf5b52997b9 (patch) | |
tree | 10de71132c90668cec3da56d2b4f2ddf1bf29443 /app-shells | |
parent | app-shells/starship: Add 1.14.2 (diff) | |
download | gentoo-5847bc29157ddcf280c0e8a9913accf5b52997b9.tar.gz gentoo-5847bc29157ddcf280c0e8a9913accf5b52997b9.tar.bz2 gentoo-5847bc29157ddcf280c0e8a9913accf5b52997b9.zip |
app-shells/starship: add missing cmake BDEP
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/starship/starship-1.14.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 |