From b95558f509e92ca4af2051c7c9a0d7cd922dfc8d Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Sat, 31 Aug 2024 21:50:52 -0600 Subject: [PATCH] ccls: fix llvm18 requires (#11018) --- dev-util/ccls/ccls-0.20240202.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/ccls/ccls-0.20240202.recipe b/dev-util/ccls/ccls-0.20240202.recipe index c10f1a5a5..a5a29570e 100644 --- a/dev-util/ccls/ccls-0.20240202.recipe +++ b/dev-util/ccls/ccls-0.20240202.recipe @@ -17,7 +17,7 @@ hierarchy HOMEPAGE="https://github.com/MaskRay/ccls" COPYRIGHT="2017-2024 ccls Authors" LICENSE="Apache v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/MaskRay/ccls/archive/tags/$portVersion.tar.gz" SOURCE_DIR="ccls-tags-$portVersion" CHECKSUM_SHA256="07c1953efbdbdc4b6b80a919f42fa618eedec800ba2afc8cf1051df279a203cc" @@ -32,14 +32,14 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libclang_cpp$secondaryArchSuffix >= 18 - lib:libLLVM$secondaryArchSuffix + lib:libLLVM$secondaryArchSuffix >= 18 lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libclang_cpp$secondaryArchSuffix >= 18 - devel:libLLVM$secondaryArchSuffix + devel:libLLVM$secondaryArchSuffix >= 18 devel:libz$secondaryArchSuffix devel:librapidjson$secondaryArchSuffix "