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 1437F158015 for ; Thu, 14 Dec 2023 21:24:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 444D32BC018; Thu, 14 Dec 2023 21:24:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B37A2BC01A for ; Thu, 14 Dec 2023 21:24:27 +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 5C53B33D3CF for ; Thu, 14 Dec 2023 21:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF6A31450 for ; Thu, 14 Dec 2023 21:24:24 +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: <1702424131.b157cb7fbaa53e624431b61e1def95a6b31a8e07.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/dolphin/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/dolphin/dolphin-23.08.49.9999.ebuild X-VCS-Directories: kde-apps/dolphin/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b157cb7fbaa53e624431b61e1def95a6b31a8e07 X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:24:24 +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: aa706a31-b05b-4a14-ad77-2f4c113c2fa8 X-Archives-Hash: 372ad9ee7fe2723d2306caff6fb7c84a commit: b157cb7fbaa53e624431b61e1def95a6b31a8e07 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 23:35:31 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 23:35:31 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b157cb7f kde-apps/dolphin: Accept kde-apps/kio-extras-kf5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/dolphin/dolphin-23.08.49.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-apps/dolphin/dolphin-23.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-23.08.49.9999.ebuild index 2053eedef8..5ae94b54ff 100644 --- a/kde-apps/dolphin/dolphin-23.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-23.08.49.9999.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() {