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 C08A215808B for ; Sat, 17 Feb 2024 05:25:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3375BE2A4F; Sat, 17 Feb 2024 05:25:50 +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 13378E2A4F for ; Sat, 17 Feb 2024 05:25:50 +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 5DEEE33FECD for ; Sat, 17 Feb 2024 05:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D984814DE 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: <1708147500.0e536ad10f5d34ba89e0c75ad6f149d1922581f4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/systemsettings/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/systemsettings/systemsettings-5.93.0.ebuild X-VCS-Directories: kde-plasma/systemsettings/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0e536ad10f5d34ba89e0c75ad6f149d1922581f4 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: 0febfb43-1c74-455e-a8a2-dec92c58074f X-Archives-Hash: 6d0c4f069f8fd64242b1433cb83f4280 commit: 0e536ad10f5d34ba89e0c75ad6f149d1922581f4 Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:14:26 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:25:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e536ad1 kde-plasma/systemsettings: 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/systemsettings/systemsettings-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/systemsettings/systemsettings-5.93.0.ebuild b/kde-plasma/systemsettings/systemsettings-5.93.0.ebuild index ad27bb172a64..b06981875f5d 100644 --- a/kde-plasma/systemsettings/systemsettings-5.93.0.ebuild +++ b/kde-plasma/systemsettings/systemsettings-5.93.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_HANDBOOK="optional" KFMIN=5.249.0 PVCUT=$(ver_cut 1-3) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm plasma.kde.org optfeature DESCRIPTION="Control Center to configure KDE Plasma desktop"