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 B831A15808B for ; Sat, 17 Feb 2024 05:25:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89B5E2A46; Sat, 17 Feb 2024 05:25:48 +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 BA52BE2A46 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 C213933FD3F 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 22C5C14D3 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.52b518b89093cd8f0fac52bfe057c695446ec84c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-vault/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-vault/plasma-vault-5.93.0.ebuild X-VCS-Directories: kde-plasma/plasma-vault/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52b518b89093cd8f0fac52bfe057c695446ec84c 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: cd5b4168-0106-48b0-9f96-3630a1ef72c8 X-Archives-Hash: 06904eb9445d41f75ca05deffdb64202 commit: 52b518b89093cd8f0fac52bfe057c695446ec84c Author: Sam James gentoo org> AuthorDate: Sat Feb 17 05:11:55 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=52b518b8 kde-plasma/plasma-vault: 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-vault/plasma-vault-5.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-vault/plasma-vault-5.93.0.ebuild b/kde-plasma/plasma-vault/plasma-vault-5.93.0.ebuild index 1af6e7d97701..0960cb3a6c1b 100644 --- a/kde-plasma/plasma-vault/plasma-vault-5.93.0.ebuild +++ b/kde-plasma/plasma-vault/plasma-vault-5.93.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 KFMIN=5.249.0 PVCUT=$(ver_cut 1-3) -QTMIN=6.6.0 +QTMIN=6.6.2 inherit ecm plasma.kde.org DESCRIPTION="Plasma applet and services for creating encrypted vaults"