From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 BA89F1581F0 for ; Thu, 12 Dec 2024 19:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7981E0996; Thu, 12 Dec 2024 19:36:55 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 435EBE0996 for ; Thu, 12 Dec 2024 19:36: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 152AD335D64 for ; Thu, 12 Dec 2024 19:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C7E6AF5 for ; Thu, 12 Dec 2024 19:36:52 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1734032044.2289aca2d83518a11721ead426e4142f7600b6de.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/ollama/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/ollama/ollama-9999.ebuild X-VCS-Directories: app-misc/ollama/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: 2289aca2d83518a11721ead426e4142f7600b6de X-VCS-Branch: dev Date: Thu, 12 Dec 2024 19:36: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: 1557b08c-a8f6-4406-9484-36e0c6454748 X-Archives-Hash: 3f8624abeee8730852a423f4c163242e commit: 2289aca2d83518a11721ead426e4142f7600b6de Author: Eric Joldasov landless-city net> AuthorDate: Thu Dec 12 19:34:04 2024 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Thu Dec 12 19:34:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2289aca2 app-misc/ollama: bump minimum Go version to 1.23.4 Fixes this error: ``` go mod vendor go: go.mod requires go >= 1.23.4 (running go 1.23.3; GOTOOLCHAIN=local) * ERROR: app-misc/ollama-9999::guru failed (unpack phase): * go mod vendor failed ``` Signed-off-by: Eric Joldasov landless-city.net> app-misc/ollama/ollama-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/ollama/ollama-9999.ebuild b/app-misc/ollama/ollama-9999.ebuild index ded584254..c45ce6165 100644 --- a/app-misc/ollama/ollama-9999.ebuild +++ b/app-misc/ollama/ollama-9999.ebuild @@ -19,7 +19,7 @@ RDEPEND=" " IDEPEND="${RDEPEND}" BDEPEND=" - >=dev-lang/go-1.21.0 + >=dev-lang/go-1.23.4 >=dev-build/cmake-3.24 >=sys-devel/gcc-11.4.0 nvidia? ( dev-util/nvidia-cuda-toolkit )