From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1581075-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 F3A53158015 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 C0DD92BC067; 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 762F62BC068 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 D3DEE33F9FD 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 90ECE14C9 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: <1702854051.201f3e4ab59608889fc4b75a480d9ef570d5533a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.8.0.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 201f3e4ab59608889fc4b75a480d9ef570d5533a 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: 7bb8bbf3-585f-4a40-b9d0-19523e3b0626 X-Archives-Hash: 24cf243c060bdc070ba70a97b2c3209f commit: 201f3e4ab59608889fc4b75a480d9ef570d5533a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Dec 12 23:36:24 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 17 23:00:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201f3e4a kde-misc/krusader: Accept kde-apps/kio-extras-kf5 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-misc/krusader/krusader-2.8.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-misc/krusader/krusader-2.8.0.ebuild b/kde-misc/krusader/krusader-2.8.0.ebuild index 0a2095a278f8..237786542760 100644 --- a/kde-misc/krusader/krusader-2.8.0.ebuild +++ b/kde-misc/krusader/krusader-2.8.0.ebuild @@ -55,7 +55,10 @@ DEPEND="${COMMON_DEPEND} >=dev-qt/qtconcurrent-${QTMIN}:5 " RDEPEND="${COMMON_DEPEND} - kde-apps/kio-extras:5 + || ( + kde-apps/kio-extras-kf5:5 + kde-apps/kio-extras:5 + ) " src_prepare() {