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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39587158083 for ; Thu, 19 Sep 2024 12:13:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1BCFEE29A8; Thu, 19 Sep 2024 12:13:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 06484E29A8 for ; Thu, 19 Sep 2024 12:13:32 +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 55A4834325D for ; Thu, 19 Sep 2024 12:13:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9296827F7 for ; Thu, 19 Sep 2024 12:13:28 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1726747094.6df145813b847f86037fef1602d03752947e5bf4.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 6df145813b847f86037fef1602d03752947e5bf4 X-VCS-Branch: master Date: Thu, 19 Sep 2024 12:13:28 +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: 5bd236fc-f8d9-4888-9ed8-b07273caeeb6 X-Archives-Hash: 077bf3841b052f96fa22e3a0e9f39c0e commit: 6df145813b847f86037fef1602d03752947e5bf4 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Sep 19 11:58:14 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Sep 19 11:58:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6df14581 Revert "app-misc/ollama: Add missing keyword for AMD64" No keywords on live ebuilds. This reverts commit 9be74c9532e61b6673bb539b8e45fc1023c62559. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-misc/ollama/ollama-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-misc/ollama/ollama-9999.ebuild b/app-misc/ollama/ollama-9999.ebuild index e78c85451..ded584254 100644 --- a/app-misc/ollama/ollama-9999.ebuild +++ b/app-misc/ollama/ollama-9999.ebuild @@ -10,7 +10,6 @@ HOMEPAGE="https://ollama.com" EGIT_REPO_URI="https://github.com/ollama/ollama.git" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" IUSE="nvidia amd"