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 29AA815808B for ; Fri, 4 Oct 2024 21:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5926EE29AD; Fri, 4 Oct 2024 21:55:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3DB8BE29AD for ; Fri, 4 Oct 2024 21:55:05 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 47ACD33BF60 for ; Fri, 4 Oct 2024 21:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8564DE8A for ; Fri, 4 Oct 2024 21:55:02 +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: <1728078151.8897eaf126f2292c7c3882259f36673f1480f39f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/purpose/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/purpose/purpose-9999.ebuild X-VCS-Directories: kde-frameworks/purpose/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8897eaf126f2292c7c3882259f36673f1480f39f X-VCS-Branch: master Date: Fri, 4 Oct 2024 21:55:02 +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: 9da8f79b-d683-4126-8163-a3ebf6b9107b X-Archives-Hash: 1d840a9daa9b5be212540f157bcfc41d commit: 8897eaf126f2292c7c3882259f36673f1480f39f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 4 18:14:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 4 21:42:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8897eaf1 kde-frameworks/purpose: Prepare for IUSE qt6 USEdep droppage ... in net-libs/accounts-qt and net-libs/accounts-qml Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/purpose/purpose-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/purpose/purpose-9999.ebuild b/kde-frameworks/purpose/purpose-9999.ebuild index a7ce6d319e..d8591b854a 100644 --- a/kde-frameworks/purpose/purpose-9999.ebuild +++ b/kde-frameworks/purpose/purpose-9999.ebuild @@ -31,7 +31,7 @@ DEPEND=" =kde-frameworks/prison-${PVCUT}*:6 webengine? ( kde-apps/kaccounts-integration:6 - >=net-libs/accounts-qt-1.16_p20220803[qt6] + >=net-libs/accounts-qt-1.17[qt6(+)] ) " RDEPEND="${DEPEND} @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 ) webengine? ( >=kde-frameworks/purpose-kaccounts-services-${PVCUT} - >=net-libs/accounts-qml-0.7_p20231028[qt6] + >=net-libs/accounts-qml-0.7_p20231028[qt6(+)] ) " BDEPEND="webengine? ( dev-util/intltool )"