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 278C615808B for ; Sat, 17 Feb 2024 05:25:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B961E2A51; Sat, 17 Feb 2024 05:25:50 +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 4D231E2A51 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 63530340441 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 0B52C14E0 for ; Sat, 17 Feb 2024 05:25:46 +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: <1708147501.027937f0d2efce9bedef32265f7532c409f3a86e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild X-VCS-Directories: kde-plasma/xdg-desktop-portal-kde/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 027937f0d2efce9bedef32265f7532c409f3a86e X-VCS-Branch: master Date: Sat, 17 Feb 2024 05:25:46 +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: 710e6952-dede-4862-8766-a4379e761f2e X-Archives-Hash: f4a48d8ba30c6c4b0ec40759ea688a00 commit: 027937f0d2efce9bedef32265f7532c409f3a86e Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:15:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:25:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=027937f0 kde-plasma/xdg-desktop-portal-kde: 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/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild index b386f9752d45..e1ee32cb36a2 100644 --- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild +++ b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.93.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 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="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"