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 00EAE158015 for ; Tue, 19 Dec 2023 22:01:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771C52BC04A; Tue, 19 Dec 2023 22:01:03 +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 5B7B22BC04A for ; Tue, 19 Dec 2023 22:01:03 +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 73E4B34067D for ; Tue, 19 Dec 2023 22:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C642014AB for ; Tue, 19 Dec 2023 22:00:59 +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: <1703022228.d479c69bfd616cef57289c632ba0c6e0ca7bcf47.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d479c69bfd616cef57289c632ba0c6e0ca7bcf47 X-VCS-Branch: master Date: Tue, 19 Dec 2023 22:00:59 +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: c241a158-84eb-40e5-b83a-db595663a919 X-Archives-Hash: 22824e24c09202ebd5901879b7896965 commit: d479c69bfd616cef57289c632ba0c6e0ca7bcf47 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 19 21:43:48 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 21:43:48 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d479c69b kde-plasma/plasma-desktop: Accept kde-apps/kaccounts-integration:6[qt5] Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild index c3d21097f1..8d3cb22683 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.27.49.9999.ebuild @@ -92,7 +92,10 @@ COMMON_DEPEND=" x11-libs/xcb-util-keysyms ) kaccounts? ( - kde-apps/kaccounts-integration:5 + || ( + kde-apps/kaccounts-integration:6[qt5] + kde-apps/kaccounts-integration:5 + ) >=net-libs/accounts-qt-1.16-r1[qt5(-)] ) scim? ( app-i18n/scim )