From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF2FE1582EF for ; Wed, 19 Feb 2025 17:56:55 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D45FC342FE7 for ; Wed, 19 Feb 2025 17:56:55 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CC01C1102A2; Wed, 19 Feb 2025 17:56:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C3D291102A2 for ; Wed, 19 Feb 2025 17:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A498343173 for ; Wed, 19 Feb 2025 17:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB90E1236 for ; Wed, 19 Feb 2025 17:56:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1739987436.c3546d6f009f283f6dc22859191caaac8717489f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop/kdevelop-24.12.49.9999.ebuild dev-util/kdevelop/kdevelop-9999.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3546d6f009f283f6dc22859191caaac8717489f X-VCS-Branch: master Date: Wed, 19 Feb 2025 17:56:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ac4c0894-2303-48d1-bc3a-c62c4b62dc94 X-Archives-Hash: b96beb0c647456b2cf2a29b7d0e0027a commit: c3546d6f009f283f6dc22859191caaac8717489f Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 19 17:49:18 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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/"