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 DD485158042 for ; Sat, 9 Nov 2024 11:53:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07301E08C2; Sat, 9 Nov 2024 11:53:13 +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 E4191E08C2 for ; Sat, 9 Nov 2024 11:53:12 +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 3B1F533BE9F for ; Sat, 9 Nov 2024 11:53:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D30A3197F for ; Sat, 9 Nov 2024 11:53:10 +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: <1731153166.4d6c7d4b5c5318a5ec5d541fa5aa143758834205.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kio-gdrive-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kio-gdrive-common/kio-gdrive-common-24.08.1.ebuild X-VCS-Directories: kde-misc/kio-gdrive-common/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4d6c7d4b5c5318a5ec5d541fa5aa143758834205 X-VCS-Branch: master Date: Sat, 9 Nov 2024 11:53:10 +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: 022b311f-f9c8-4ceb-b7a6-b414f23c9943 X-Archives-Hash: 0d991b52b3a20b5779235bf6926a0d60 commit: 4d6c7d4b5c5318a5ec5d541fa5aa143758834205 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 9 11:22:25 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 9 11:52:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6c7d4b 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-24.08.1.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kde-misc/kio-gdrive-common/kio-gdrive-common-24.08.1.ebuild b/kde-misc/kio-gdrive-common/kio-gdrive-common-24.08.1.ebuild index 3dc5cfddea98..a8422e9e5d12 100644 --- a/kde-misc/kio-gdrive-common/kio-gdrive-common-24.08.1.ebuild +++ b/kde-misc/kio-gdrive-common/kio-gdrive-common-24.08.1.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)