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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3124B1582EF for ; Thu, 06 Mar 2025 09:20:20 +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 237E13406A2 for ; Thu, 06 Mar 2025 09:20:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 2AF281102D2; Thu, 06 Mar 2025 09:20:19 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 21BA91102D2 for ; Thu, 06 Mar 2025 09:20:19 +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 A1952340A12 for ; Thu, 06 Mar 2025 09:20:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08D302731 for ; Thu, 06 Mar 2025 09:20:17 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1741252565.3b91a0ca2860db06c26a4684d9ece12498015c70.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qttools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qttools/qttools-6.8.2.ebuild dev-qt/qttools/qttools-6.8.9999.ebuild dev-qt/qttools/qttools-6.9.9999.ebuild dev-qt/qttools/qttools-6.9999.ebuild X-VCS-Directories: dev-qt/qttools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 3b91a0ca2860db06c26a4684d9ece12498015c70 X-VCS-Branch: master Date: Thu, 06 Mar 2025 09:20:17 +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: c7a737ac-5cb4-4b95-ab88-80c4437a6b0f X-Archives-Hash: 8a68faf00fdcea8f9e0e2ae8a0707360 commit: 3b91a0ca2860db06c26a4684d9ece12498015c70 Author: Ionen Wolkens gentoo org> AuthorDate: Thu Mar 6 05:26:58 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Mar 6 09:16:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b91a0ca dev-qt/qttools: enable llvm_slot_20 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qttools/qttools-6.8.2.ebuild | 2 +- dev-qt/qttools/qttools-6.8.9999.ebuild | 2 +- dev-qt/qttools/qttools-6.9.9999.ebuild | 2 +- dev-qt/qttools/qttools-6.9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-qt/qttools/qttools-6.8.2.ebuild b/dev-qt/qttools/qttools-6.8.2.ebuild index 7f580d0836cb..0e1235629e00 100644 --- a/dev-qt/qttools/qttools-6.8.2.ebuild +++ b/dev-qt/qttools/qttools-6.8.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..19} ) # see .cmake.conf for minimum +LLVM_COMPAT=( {17..20} ) # see .cmake.conf for minimum LLVM_OPTIONAL=1 # behaves very badly when qttools is not already installed, also diff --git a/dev-qt/qttools/qttools-6.8.9999.ebuild b/dev-qt/qttools/qttools-6.8.9999.ebuild index 8f4634e0ffca..ebf1142f7f02 100644 --- a/dev-qt/qttools/qttools-6.8.9999.ebuild +++ b/dev-qt/qttools/qttools-6.8.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..19} ) # see .cmake.conf for minimum +LLVM_COMPAT=( {17..20} ) # see .cmake.conf for minimum LLVM_OPTIONAL=1 # behaves very badly when qttools is not already installed, also diff --git a/dev-qt/qttools/qttools-6.9.9999.ebuild b/dev-qt/qttools/qttools-6.9.9999.ebuild index 8f4634e0ffca..ebf1142f7f02 100644 --- a/dev-qt/qttools/qttools-6.9.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..19} ) # see .cmake.conf for minimum +LLVM_COMPAT=( {17..20} ) # see .cmake.conf for minimum LLVM_OPTIONAL=1 # behaves very badly when qttools is not already installed, also diff --git a/dev-qt/qttools/qttools-6.9999.ebuild b/dev-qt/qttools/qttools-6.9999.ebuild index 8f4634e0ffca..ebf1142f7f02 100644 --- a/dev-qt/qttools/qttools-6.9999.ebuild +++ b/dev-qt/qttools/qttools-6.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -LLVM_COMPAT=( {17..19} ) # see .cmake.conf for minimum +LLVM_COMPAT=( {17..20} ) # see .cmake.conf for minimum LLVM_OPTIONAL=1 # behaves very badly when qttools is not already installed, also