From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 8D69B158287 for ; Thu, 15 May 2025 22:14:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7A5DF343872 for ; Thu, 15 May 2025 22:14:37 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AED09110480; Thu, 15 May 2025 22:14:23 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9FD25110480 for ; Thu, 15 May 2025 22:14:23 +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 51CD3343867 for ; Thu, 15 May 2025 22:14:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95E032530 for ; Thu, 15 May 2025 22:14:20 +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: <1747347228.0e6ba7d6a6cf248bfe4309b3401fa8b0950f045b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: kde-plasma/polkit-kde-agent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0e6ba7d6a6cf248bfe4309b3401fa8b0950f045b X-VCS-Branch: master Date: Thu, 15 May 2025 22:14:20 +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: 758c0e7f-cd65-4ce4-8bb3-c3bcf5595acd X-Archives-Hash: db9b5879928e6132d3650b600f5f63b2 commit: 0e6ba7d6a6cf248bfe4309b3401fa8b0950f045b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 15 20:58:46 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 15 22:13:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0e6ba7d6 kde-plasma/polkit-kde-agent: Add new dependency Upstream commit 40daa6866264a51dfc15ae4487e6a3883a455147 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild index 8693a1d914..510d8e8c61 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -23,6 +23,7 @@ DEPEND=" >=kde-frameworks/kcrash-${KFMIN}:6 >=kde-frameworks/kdbusaddons-${KFMIN}:6 >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6[X] >=sys-auth/polkit-qt-0.175[qt6(+)] "