commit: 76b354dcd77daec66bb5c901a376a3f00bef7bdb Author: Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com> AuthorDate: Sat Mar 8 11:20:45 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Sat Mar 8 11:21:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76b354dc
app-misc/ollama: Removed obsolete patch which was halting package compilation Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com> .../ollama/files/ollama-9999-include-cstdint.patch | 21 --------------------- app-misc/ollama/ollama-9999.ebuild | 4 ---- 2 files changed, 25 deletions(-) diff --git a/app-misc/ollama/files/ollama-9999-include-cstdint.patch b/app-misc/ollama/files/ollama-9999-include-cstdint.patch deleted file mode 100644 index 906d194bf..000000000 --- a/app-misc/ollama/files/ollama-9999-include-cstdint.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 7aa9bca5dfd47bd2c88726d53c07107f9a5daccf Mon Sep 17 00:00:00 2001 -From: Paul Zander <[email protected]> -Date: Fri, 31 Jan 2025 22:54:29 +0100 -Subject: [PATCH] include cstdint - -Signed-off-by: Paul Zander <[email protected]> - -diff --git a/llama/llama.cpp/src/llama-mmap.h b/llama/llama.cpp/src/llama-mmap.h -index 6bcddee8..8a63b8fd 100644 ---- a/llama/llama.cpp/src/llama-mmap.h -+++ b/llama/llama.cpp/src/llama-mmap.h -@@ -1,5 +1,6 @@ - #pragma once - -+#include <cstdint> - #include <memory> - #include <vector> - --- -2.48.1 - diff --git a/app-misc/ollama/ollama-9999.ebuild b/app-misc/ollama/ollama-9999.ebuild index 54746c5fb..e06b08a6d 100644 --- a/app-misc/ollama/ollama-9999.ebuild +++ b/app-misc/ollama/ollama-9999.ebuild @@ -66,10 +66,6 @@ RDEPEND=" acct-user/${PN} " -PATCHES=( - "${FILESDIR}/${PN}-9999-include-cstdint.patch" -) - src_unpack() { if [[ "${PV}" == *9999* ]]; then git-r3_src_unpack
