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 D887E15808B for ; Sat, 17 Feb 2024 05:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C18E2A48; Sat, 17 Feb 2024 05:25:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54213E2A48 for ; Sat, 17 Feb 2024 05:25:49 +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 237C234069F for ; Sat, 17 Feb 2024 05:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC6114D5 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: <1708147498.d9449fd9a5e8ebb0580ae9d79f2b85462f1346a0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.93.0.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9449fd9a5e8ebb0580ae9d79f2b85462f1346a0 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: ed6b89b4-0c8d-42d9-8d19-2c807272cfbf X-Archives-Hash: 59411441b82b48da94b960b99a34b141 commit: d9449fd9a5e8ebb0580ae9d79f2b85462f1346a0 Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:12:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:24:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9449fd9 kde-plasma/plasma-workspace: 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-workspace/plasma-workspace-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.93.0.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.93.0.ebuild index e194cc960d9a..44ad2162062a 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.93.0.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.93.0.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="forceoptional" KFMIN=5.249.0 PVCUT=$(ver_cut 1-3) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm plasma.kde.org DESCRIPTION="KDE Plasma workspace"