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 CC5C215808B for ; Sat, 17 Feb 2024 05:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971BBE2A43; Sat, 17 Feb 2024 05:25:48 +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 7C7B9E2A43 for ; Sat, 17 Feb 2024 05:25:48 +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 BCF1C33F9FD for ; Sat, 17 Feb 2024 05:25:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D6F814D2 for ; Sat, 17 Feb 2024 05:25:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708147497.9f3a1f10a9fe0fa7b54dbfede7eaef1ebe441dba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-thunderbolt/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild X-VCS-Directories: kde-plasma/plasma-thunderbolt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f3a1f10a9fe0fa7b54dbfede7eaef1ebe441dba X-VCS-Branch: master Date: Sat, 17 Feb 2024 05:25:45 +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: c7aaf303-de24-433b-9368-be7dd20f47d6 X-Archives-Hash: 3c3eabb0dd459ca64b4a7eac1f0c185e commit: 9f3a1f10a9fe0fa7b54dbfede7eaef1ebe441dba Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:11:39 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:24:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3a1f10 kde-plasma/plasma-thunderbolt: Bump QTMIN to 6.6.2 There was an ABI break which means 6.6.2->6.6.1 can't be done but we want people using latest anyway as there's a lot of churn still. Signed-off-by: Sam James gentoo.org> kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild index 14b1a4da3d2b..01641b0d44cf 100644 --- a/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild +++ b/kde-plasma/plasma-thunderbolt/plasma-thunderbolt-5.93.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_TEST="true" KFMIN=5.249.0 -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm plasma.kde.org DESCRIPTION="Plasma integration for controlling Thunderbolt devices"