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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6D76138359 for ; Sat, 29 Aug 2020 07:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2BFAE0965; Sat, 29 Aug 2020 07:34:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEA24E0965 for ; Sat, 29 Aug 2020 07:34:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82886340BD7 for ; Sat, 29 Aug 2020 07:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F38F3336 for ; Sat, 29 Aug 2020 07:34:07 +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: <1598686396.c59995ede0cdaf83f9a9e62bf6a4246f508bf45e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kauth/, kde-plasma/polkit-kde-agent/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kauth/kauth-9999.ebuild kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.49.9999.ebuild kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild X-VCS-Directories: kde-frameworks/kauth/ kde-plasma/polkit-kde-agent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c59995ede0cdaf83f9a9e62bf6a4246f508bf45e X-VCS-Branch: master Date: Sat, 29 Aug 2020 07:34:07 +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: 88b7e590-8643-444d-a7f1-19df9f8cb08d X-Archives-Hash: 1670506039fc805d269845a818429e3d commit: c59995ede0cdaf83f9a9e62bf6a4246f508bf45e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 28 20:38:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 29 07:33:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c59995ed */*: Cleanup sys-auth/polkit-qt[qt5(+)] for >=sys-auth/polkit-qt-0.113.0 Standardise all on >=sys-auth/polkit-qt-0.113.0, first version to have dropped Qt4. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kauth/kauth-9999.ebuild | 2 +- kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.49.9999.ebuild | 2 +- kde-plasma/polkit-kde-agent/polkit-kde-agent-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild index cd9d74da6e..1725710184 100644 --- a/kde-frameworks/kauth/kauth-9999.ebuild +++ b/kde-frameworks/kauth/kauth-9999.ebuild @@ -21,7 +21,7 @@ DEPEND=" >=dev-qt/qtgui-${QTMIN}:5 >=dev-qt/qtwidgets-${QTMIN}:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 - policykit? ( sys-auth/polkit-qt[qt5(+)] ) + policykit? ( >=sys-auth/polkit-qt-0.113.0 ) " RDEPEND="${DEPEND}" PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )" diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.49.9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.49.9999.ebuild index 2873031471..b1ebbb623a 100644 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.49.9999.ebuild +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.19.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.112.0[qt5(+)] + >=sys-auth/polkit-qt-0.113.0 " 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 bd8bfd8db2..a8d0867dfd 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.112.0[qt5(+)] + >=sys-auth/polkit-qt-0.113.0 " RDEPEND="${DEPEND}"