commit: c3546d6f009f283f6dc22859191caaac8717489f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 19 17:49:18 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 19 17:50:36 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c3546d6f
dev-util/kdevelop: Port to llvm-r2, add LLVM_COMPAT 19 Bug: https://bugs.gentoo.org/949912 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild | 6 +++--- dev-util/kdevelop/kdevelop-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild b/dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild index a24d3f0653..bebc0d2276 100644 --- a/dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild @@ -7,9 +7,9 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=6.7.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 +inherit ecm gear.kde.org llvm-r2 optfeature DESCRIPTION="Integrated Development Environment, supporting KF6/Qt, C/C++ and much more" HOMEPAGE="https://kdevelop.org/" @@ -90,7 +90,7 @@ RDEPEND="${COMMON_DEPEND} pkg_setup() { ecm_pkg_setup - llvm-r1_pkg_setup + llvm-r2_pkg_setup } src_configure() { diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index cc5cbd9ec0..2d25772850 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/"