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 6F07B158041 for ; Tue, 27 Feb 2024 11:54:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77F052BC013; Tue, 27 Feb 2024 11:54:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 5D4132BC013 for ; Tue, 27 Feb 2024 11:54:33 +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 7312533BDFF for ; Tue, 27 Feb 2024 11:54:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 126BFE95 for ; Tue, 27 Feb 2024 11:54:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1709034487.e4ea709055b58f724d3b7def3f1fbcb244b4a0e8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-pass/plasma-pass-9999.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4ea709055b58f724d3b7def3f1fbcb244b4a0e8 X-VCS-Branch: master Date: Tue, 27 Feb 2024 11:54:31 +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: 3c23685e-3e03-470f-847a-079071677958 X-Archives-Hash: 6301d68d39e34f4b5d57151ef0adb6f9 commit: e4ea709055b58f724d3b7def3f1fbcb244b4a0e8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 27 11:48:07 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 27 11:48:07 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4ea7090 kde-misc/plasma-pass: Add missing SLOT=5 blocker Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-pass/plasma-pass-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild index ad91386794..68f5eeaea2 100644 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -KFMIN=5.245.0 +KFMIN=5.249.0 QTMIN=6.6.2 inherit ecm kde.org @@ -33,5 +33,6 @@ DEPEND=" sys-auth/oath-toolkit " RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 >=kde-frameworks/kirigami-${KFMIN}:6 "