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 AB6771584AD for ; Sun, 27 Apr 2025 21:04:33 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 90799343081 for ; Sun, 27 Apr 2025 21:04:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 721F7110280; Sun, 27 Apr 2025 21:04:32 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 67385110280 for ; Sun, 27 Apr 2025 21:04:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C4934307A for ; Sun, 27 Apr 2025 21:04:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEFA41F6A for ; Sun, 27 Apr 2025 21:04:30 +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: <1745787824.61bddaf70d1fa7526749dec8a812874b43c09be2.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-25.04.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: 61bddaf70d1fa7526749dec8a812874b43c09be2 X-VCS-Branch: master Date: Sun, 27 Apr 2025 21:04:30 +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: d8d5d970-5452-4be6-a11a-01f3e069dfc9 X-Archives-Hash: 0cba5629499afc1cf2446e7394972c08 commit: 61bddaf70d1fa7526749dec8a812874b43c09be2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 27 21:03:44 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 27 21:03:44 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=61bddaf7 dev-util/kdevelop: add LLVM_COMPAT 20 Closes: https://bugs.gentoo.org/952955 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-25.04.49.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-25.04.49.9999.ebuild b/dev-util/kdevelop/kdevelop-25.04.49.9999.ebuild index e06c9f6456..987f0df1a9 100644 --- a/dev-util/kdevelop/kdevelop-25.04.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-25.04.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=6.13.0 -LLVM_COMPAT=( 15 16 17 18 19 ) +LLVM_COMPAT=( 15 16 17 18 19 20 ) QTMIN=6.7.2 inherit ecm gear.kde.org llvm-r2 optfeature xdg diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index e06c9f6456..987f0df1a9 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=6.13.0 -LLVM_COMPAT=( 15 16 17 18 19 ) +LLVM_COMPAT=( 15 16 17 18 19 20 ) QTMIN=6.7.2 inherit ecm gear.kde.org llvm-r2 optfeature xdg