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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 287A4158042 for ; Sat, 9 Nov 2024 11:42:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CD91E08DA; Sat, 9 Nov 2024 11:42:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id 19663E08DA for ; Sat, 9 Nov 2024 11:42:06 +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 5D89533BEE8 for ; Sat, 9 Nov 2024 11:42:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B865E1D6E for ; Sat, 9 Nov 2024 11:42:03 +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: <1731151345.0d4f867740ff69ae548afe412949074198fa1e59.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kio-gdrive-common/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild X-VCS-Directories: kde-misc/kio-gdrive-common/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0d4f867740ff69ae548afe412949074198fa1e59 X-VCS-Branch: master Date: Sat, 9 Nov 2024 11:42:03 +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: 4741e4b8-2e59-4797-997c-2313986bf56e X-Archives-Hash: 70d119433bb3d771005d313aa1d1dd40 commit: 0d4f867740ff69ae548afe412949074198fa1e59 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 11:22:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 11:22:25 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d4f8677 kde-misc/kio-gdrive-common: Cleanup KF5-compat remnants Amends ce1293d2437263ef7ce8d54c00114197786af0f8 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild b/kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild index eefb73a676..26afc07ab1 100644 --- a/kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild +++ b/kde-misc/kio-gdrive-common/kio-gdrive-common-9999.ebuild @@ -6,8 +6,6 @@ EAPI=8 ECM_HANDBOOK="true" KDE_ORG_CATEGORY="network" KDE_ORG_NAME="${PN/-common/}" -KF5_BDEPEND=( "kde-apps/kaccounts-integration:6[qt5(-)]" ) -KF6_BDEPEND=( "kde-apps/kaccounts-integration:6" ) inherit ecm-common gear.kde.org LICENSE="GPL-2+" @@ -18,16 +16,13 @@ RDEPEND=" !> CMakeLists.txt <<- _EOF_ || die find_package(KAccounts6 REQUIRED)