Skip to content

Commit

Permalink
dev-util/kdevelop: Port to llvm-r2, add LLVM_COMPAT 19
Browse files Browse the repository at this point in the history
Bug: https://bugs.gentoo.org/949912
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Feb 19, 2025
1 parent ae8fc7c commit c3546d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down Expand Up @@ -90,7 +90,7 @@ RDEPEND="${COMMON_DEPEND}

pkg_setup() {
ecm_pkg_setup
llvm-r1_pkg_setup
llvm-r2_pkg_setup
}

src_configure() {
Expand Down
4 changes: 2 additions & 2 deletions dev-util/kdevelop/kdevelop-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit c3546d6

Please sign in to comment.