From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1581076-garchives=archives.gentoo.org@lists.gentoo.org>
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 88C64158015
	for <garchives@archives.gentoo.org>; Sun, 17 Dec 2023 23:03:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C31472BC068;
	Sun, 17 Dec 2023 23:03:01 +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 7405C2BC067
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 23:03:01 +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 D590C33FD24
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 23:02:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BC7D14C8
	for <gentoo-commits@lists.gentoo.org>; Sun, 17 Dec 2023 23:02:56 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1702854050.4e61f3c35951ec784c5af49a5323171af7c871a7.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/dolphin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-apps/dolphin/dolphin-23.04.3.ebuild
X-VCS-Directories: kde-apps/dolphin/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 4e61f3c35951ec784c5af49a5323171af7c871a7
X-VCS-Branch: master
Date: Sun, 17 Dec 2023 23:02:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 47d6a3ec-cf79-484e-9389-b160aa85def6
X-Archives-Hash: 784aa1a056b12656530415a9ea4cd1b3

commit:     4e61f3c35951ec784c5af49a5323171af7c871a7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 23:35:31 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 23:00:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e61f3c3

kde-apps/dolphin: Accept kde-apps/kio-extras-kf5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/dolphin/dolphin-23.04.3.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kde-apps/dolphin/dolphin-23.04.3.ebuild b/kde-apps/dolphin/dolphin-23.04.3.ebuild
index 6cbb21b977c4..be2063e8e87b 100644
--- a/kde-apps/dolphin/dolphin-23.04.3.ebuild
+++ b/kde-apps/dolphin/dolphin-23.04.3.ebuild
@@ -58,7 +58,10 @@ DEPEND="
 	telemetry? ( kde-frameworks/kuserfeedback:5 )
 "
 RDEPEND="${DEPEND}
-	>=kde-apps/kio-extras-${PVCUT}:5
+	|| (
+		kde-apps/kio-extras-kf5:5
+		>=kde-apps/kio-extras-${PVCUT}:5
+	)
 "
 
 src_configure() {