summaryrefslogtreecommitdiff
path: root/dev-util/kdevelop/kdevelop-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-02-19 18:49:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-02-19 18:50:36 +0100
commitc3546d6f009f283f6dc22859191caaac8717489f (patch)
tree7323f3d9ef012e57ace6b6834cb9459dc3a611c8 /dev-util/kdevelop/kdevelop-9999.ebuild
parentae8fc7cebd8b1e6b7299d5a9b8821bda52669b0a (diff)
downloadkde-c3546d6f009f283f6dc22859191caaac8717489f.tar.gz
kde-c3546d6f009f283f6dc22859191caaac8717489f.tar.bz2
kde-c3546d6f009f283f6dc22859191caaac8717489f.zip
dev-util/kdevelop: Port to llvm-r2, add LLVM_COMPAT 19
Bug: https://bugs.gentoo.org/949912 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/kdevelop/kdevelop-9999.ebuild')
-rw-r--r--dev-util/kdevelop/kdevelop-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild
index cc5cbd9ec07..2d25772850e 100644
--- a/dev-util/kdevelop/kdevelop-9999.ebuild
+++ b/dev-util/kdevelop/kdevelop-9999.ebuild
@@ -7,9 +7,9 @@ ECM_HANDBOOK="forceoptional"
ECM_TEST="true"
KDE_ORG_CATEGORY="kdevelop"
KFMIN=6.9.0
-LLVM_COMPAT=( 15 16 17 18 )
+LLVM_COMPAT=( 15 16 17 18 19 )
QTMIN=6.7.2
-inherit ecm gear.kde.org llvm-r1 optfeature xdg
+inherit ecm gear.kde.org llvm-r2 optfeature xdg
DESCRIPTION="Integrated Development Environment, supporting KF6/Qt, C/C++ and much more"
HOMEPAGE="https://kdevelop.org/"