commit:     1e68e80498c45458e8f63bd123ff16ea5763a690
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  6 11:40:58 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Nov  6 11:40:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e68e804

app-editors/zed: add missing bdep for cmake

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-editors/zed/zed-0.159.10.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-editors/zed/zed-0.159.10.ebuild 
b/app-editors/zed/zed-0.159.10.ebuild
index 04f244ce8f78..63b11db2c3dd 100644
--- a/app-editors/zed/zed-0.159.10.ebuild
+++ b/app-editors/zed/zed-0.159.10.ebuild
@@ -99,10 +99,11 @@ DEPEND="
 "
 RDEPEND="${DEPEND}"
 BDEPEND="
-       >=virtual/rust-1.80.0
+       dev-build/cmake
        dev-util/vulkan-headers
        sys-devel/gettext
        sys-devel/mold
+       >=virtual/rust-1.80.0
        $(llvm_gen_dep '
                sys-devel/clang:${LLVM_SLOT}=
                sys-devel/llvm:${LLVM_SLOT}=

Reply via email to