From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1AAF15838C for ; Sun, 21 Jan 2024 20:09:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E248BE2A20; Sun, 21 Jan 2024 20:09:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 pigeon.gentoo.org (Postfix) with ESMTPS id C6B34E2A20 for ; Sun, 21 Jan 2024 20:09:53 +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 BE97C3432C3 for ; Sun, 21 Jan 2024 20:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C12097B for ; Sun, 21 Jan 2024 20:09:50 +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: <1705867508.abf776d893b2cc3fbf60a05c01bfc44004d9bb3c.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-23.08.49.9999.ebuild dev-util/kdevelop/kdevelop-24.01.90.ebuild dev-util/kdevelop/kdevelop-24.02.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: abf776d893b2cc3fbf60a05c01bfc44004d9bb3c X-VCS-Branch: master Date: Sun, 21 Jan 2024 20:09:50 +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: 45f85e0a-7c11-48d1-a20c-9a6e3b60b0c0 X-Archives-Hash: 46e04953544e02d1ff644df998fb340d commit: abf776d893b2cc3fbf60a05c01bfc44004d9bb3c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 21 20:05:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 21 20:05:08 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=abf776d8 dev-util/kdevelop: Bump LLVM_MAX_SLOT to 17 Closes: https://bugs.gentoo.org/922507 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-24.01.90.ebuild | 2 +- dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild | 2 +- dev-util/kdevelop/kdevelop-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild index 8f58e09b01..ad1a466a89 100644 --- a/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-23.08.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=5.106.0 -LLVM_MAX_SLOT=16 +LLVM_MAX_SLOT=17 QTMIN=5.15.9 VIRTUALDBUS_TEST="true" inherit ecm gear.kde.org llvm optfeature diff --git a/dev-util/kdevelop/kdevelop-24.01.90.ebuild b/dev-util/kdevelop/kdevelop-24.01.90.ebuild index d61654d4a4..258ae1f894 100644 --- a/dev-util/kdevelop/kdevelop-24.01.90.ebuild +++ b/dev-util/kdevelop/kdevelop-24.01.90.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=5.113.0 -LLVM_MAX_SLOT=16 +LLVM_MAX_SLOT=17 QTMIN=5.15.9 VIRTUALDBUS_TEST="true" inherit ecm gear.kde.org llvm optfeature diff --git a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild b/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild index 674f7aa21d..ca910ee4f5 100644 --- a/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild +++ b/dev-util/kdevelop/kdevelop-24.02.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=5.113.0 -LLVM_MAX_SLOT=16 +LLVM_MAX_SLOT=17 QTMIN=5.15.9 VIRTUALDBUS_TEST="true" inherit ecm gear.kde.org llvm optfeature diff --git a/dev-util/kdevelop/kdevelop-9999.ebuild b/dev-util/kdevelop/kdevelop-9999.ebuild index 674f7aa21d..ca910ee4f5 100644 --- a/dev-util/kdevelop/kdevelop-9999.ebuild +++ b/dev-util/kdevelop/kdevelop-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="true" KDE_ORG_CATEGORY="kdevelop" KFMIN=5.113.0 -LLVM_MAX_SLOT=16 +LLVM_MAX_SLOT=17 QTMIN=5.15.9 VIRTUALDBUS_TEST="true" inherit ecm gear.kde.org llvm optfeature