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 D1C91158094 for ; Tue, 11 Oct 2022 15:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 218D0E08FA; Tue, 11 Oct 2022 15:18:20 +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 05A02E08F1 for ; Tue, 11 Oct 2022 15:18:19 +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 8DF6C341184 for ; Tue, 11 Oct 2022 15:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EF7462A for ; Tue, 11 Oct 2022 15:18:15 +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: <1665501432.ced64db1abc1339cc56b04dcc0a2eb2115052812.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-5.26.49.9999.ebuild 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: ced64db1abc1339cc56b04dcc0a2eb2115052812 X-VCS-Branch: master Date: Tue, 11 Oct 2022 15:18:15 +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: 243d5d20-be8e-4cda-9a7b-ab9871a32471 X-Archives-Hash: 37dbb0a4ca6c6bbc2269c9451ba92c29 commit: ced64db1abc1339cc56b04dcc0a2eb2115052812 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 11 15:07:59 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 11 15:17:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ced64db1 kde-plasma/polkit-kde-agent: Add sys-auth/polkit-qt[qt5(+)] USEdep Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/polkit-kde-agent/polkit-kde-agent-5.26.49.9999.ebuild | 2 +- kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.26.49.9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.26.49.9999.ebuild index 8e8d39e5d6..405541e357 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.26.49.9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.26.49.9999.ebuild @@ -28,6 +28,6 @@ DEPEND=" >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=sys-auth/polkit-qt-0.113.0 + >=sys-auth/polkit-qt-0.113.0[qt5(+)] " RDEPEND="${DEPEND}" 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 4596bce584..1d4aacc3b8 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild @@ -28,6 +28,6 @@ DEPEND=" >=kde-frameworks/kiconthemes-${KFMIN}:5 >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 >=kde-frameworks/kwindowsystem-${KFMIN}:5 - >=sys-auth/polkit-qt-0.113.0 + >=sys-auth/polkit-qt-0.113.0[qt5(+)] " RDEPEND="${DEPEND}"