From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 84FCA1582EF for ; Sat, 08 Mar 2025 11:21:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 71E0634106C for ; Sat, 08 Mar 2025 11:21:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 75DDB110105; Sat, 08 Mar 2025 11:21:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6C69B110105 for ; Sat, 08 Mar 2025 11:21:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A75C340441 for ; Sat, 08 Mar 2025 11:21:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC47B2810 for ; Sat, 08 Mar 2025 11:21:52 +0000 (UTC) From: "Ivan Lloro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ivan Lloro" Message-ID: <1741432897.76b354dcd77daec66bb5c901a376a3f00bef7bdb.ivan.lloro.boada@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ollama/files/, app-misc/ollama/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ollama/files/ollama-9999-include-cstdint.patch app-misc/ollama/ollama-9999.ebuild X-VCS-Directories: app-misc/ollama/files/ app-misc/ollama/ X-VCS-Committer: ivan.lloro.boada X-VCS-Committer-Name: Ivan Lloro X-VCS-Revision: 76b354dcd77daec66bb5c901a376a3f00bef7bdb X-VCS-Branch: dev Date: Sat, 08 Mar 2025 11:21:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9f3079be-a373-4564-9eef-6776cd81ec68 X-Archives-Hash: 855f8f77ee4dcae5a33927e71a95660f commit: 76b354dcd77daec66bb5c901a376a3f00bef7bdb Author: Ivan Lloro gmail com> AuthorDate: Sat Mar 8 11:20:45 2025 +0000 Commit: Ivan Lloro gmail 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 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 -Date: Fri, 31 Jan 2025 22:54:29 +0100 -Subject: [PATCH] include cstdint - -Signed-off-by: Paul Zander - -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 - #include - #include - --- -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