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 4D4491581FD for ; Fri, 12 Sep 2025 10:51:46 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 778D7341E8F for ; Fri, 12 Sep 2025 10:50:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A304611057D; Fri, 12 Sep 2025 10:49:51 +0000 (UTC) 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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9886111057D for ; Fri, 12 Sep 2025 10:49:51 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 340F13410B4 for ; Fri, 12 Sep 2025 10:49:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A94A339AA for ; Fri, 12 Sep 2025 10:49:48 +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: <1757637618.8e62615b17434f76bac0392acc51942f41b0ebe9.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sci-misc/llama-cpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild X-VCS-Directories: sci-misc/llama-cpp/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 8e62615b17434f76bac0392acc51942f41b0ebe9 X-VCS-Branch: master Date: Fri, 12 Sep 2025 10:49:48 +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: c119f0a7-37d2-4b7f-8bff-12e22917e55d X-Archives-Hash: b1126e2e4eb472101f82cb6cbe0f48a6 commit: 8e62615b17434f76bac0392acc51942f41b0ebe9 Author: Sergey Alirzaev riseup net> AuthorDate: Fri Sep 12 00:40:18 2025 +0000 Commit: David Roman gmail com> CommitDate: Fri Sep 12 00:40:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e62615b sci-misc/llama-cpp: depend on shaderc for glslc Closes: https://bugs.gentoo.org/962755 Signed-off-by: Sergey Alirzaev riseup.net> sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild b/sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild index 8b6d1fecff..acbdfc0735 100644 --- a/sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild +++ b/sci-misc/llama-cpp/llama-cpp-0_pre6318.ebuild @@ -47,6 +47,7 @@ RDEPEND="${CDEPEND} opencl? ( dev-libs/opencl-icd-loader ) vulkan? ( media-libs/vulkan-loader ) " +BDEPEND="media-libs/shaderc" pkg_setup() { if use hip; then