From ad27c53326983e50670bdbcb53ec0218cc3dc2b7 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 29 Jun 2026 13:10:12 -0400 Subject: [PATCH] sci-misc/llama-cpp: rcp-server was renamed to ggml-rpc-server See: https://github.com/ggml-org/llama.cpp/commit/c299a92c38b6de6a1139617652b66081828648db Signed-off-by: Craig Andrews --- sci-misc/llama-cpp/llama-cpp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-misc/llama-cpp/llama-cpp-9999.ebuild b/sci-misc/llama-cpp/llama-cpp-9999.ebuild index 6c83acbe7a..430503a336 100644 --- a/sci-misc/llama-cpp/llama-cpp-9999.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-9999.ebuild @@ -161,7 +161,7 @@ src_configure() { src_install() { cmake_src_install - dobin "${BUILD_DIR}/bin/rpc-server" + dobin "${BUILD_DIR}/bin/ggml-rpc-server" # avoid clashing with whisper.cpp rm -rf "${ED}/usr/include"