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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B16A315808B for ; Sat, 17 Feb 2024 05:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0535DE2A3B; Sat, 17 Feb 2024 05:25:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3ED8E2A3B for ; Sat, 17 Feb 2024 05:25:46 +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 1653533BF60 for ; Sat, 17 Feb 2024 05:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 717B514AA for ; Sat, 17 Feb 2024 05:25:44 +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: <1708147494.52d8a38904b57e4649ecc61037ea7abbbdb5f29a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-disks/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-disks/plasma-disks-5.93.0.ebuild X-VCS-Directories: kde-plasma/plasma-disks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52d8a38904b57e4649ecc61037ea7abbbdb5f29a X-VCS-Branch: master Date: Sat, 17 Feb 2024 05:25:44 +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: cc52e792-c087-4fe9-8a7c-722d1301673f X-Archives-Hash: 185b320758ef77340b627f3b801bd251 commit: 52d8a38904b57e4649ecc61037ea7abbbdb5f29a Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:09:41 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:24:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d8a389 kde-plasma/plasma-disks: 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-disks/plasma-disks-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-disks/plasma-disks-5.93.0.ebuild b/kde-plasma/plasma-disks/plasma-disks-5.93.0.ebuild index 2022a48ff315..1baf88ed1d97 100644 --- a/kde-plasma/plasma-disks/plasma-disks-5.93.0.ebuild +++ b/kde-plasma/plasma-disks/plasma-disks-5.93.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_HANDBOOK="true" KFMIN=5.249.0 -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm plasma.kde.org DESCRIPTION="Monitors S.M.A.R.T. capable devices for imminent failure"