Revert "sci-misc/llama-cpp: keyword 0_pre5857 for ~ppc64"

This reverts commit cec394f5db.
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2025-07-24 01:35:43 +02:00
parent c61987c2c7
commit 9531e4e276

View File

@@ -8,7 +8,7 @@ ROCM_VERSION="6.3"
inherit cmake cuda rocm linux-info
if [[ "${PV}" != "9999" ]]; then
KEYWORDS="~amd64 ~ppc64"
KEYWORDS="~amd64"
MY_PV="b${PV#0_pre}"
S="${WORKDIR}/llama.cpp-${MY_PV}"
SRC_URI="https://github.com/ggml-org/llama.cpp/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz"