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 622E3158013 for ; Thu, 14 Dec 2023 21:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B607C2BC023; Thu, 14 Dec 2023 21:24:28 +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 98C672BC023 for ; Thu, 14 Dec 2023 21:24:28 +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 9CAD1335D77 for ; Thu, 14 Dec 2023 21:24:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 117791492 for ; Thu, 14 Dec 2023 21:24:25 +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: <1702424222.f71df3f768da156e286ba5b8e81723b622b8de0d.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f71df3f768da156e286ba5b8e81723b622b8de0d X-VCS-Branch: master Date: Thu, 14 Dec 2023 21:24:25 +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: c9c0e86f-6bbc-4280-a429-5960ea2592e4 X-Archives-Hash: 51ac02ca9895b870c9e11f14133a5357 commit: f71df3f768da156e286ba5b8e81723b622b8de0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 12 23:37:02 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 12 23:37:02 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f71df3f7 net-p2p/ktorrent: Accept kde-apps/kio-extras-kf5 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild b/net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild index 25fa87dd23..c070a5fde1 100644 --- a/net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-23.08.49.9999.ebuild @@ -65,7 +65,10 @@ RDEPEND="${COMMON_DEPEND} ipfilter? ( app-arch/bzip2 app-arch/unzip - kde-apps/kio-extras:5 + || ( + kde-apps/kio-extras-kf5:5 + kde-apps/kio-extras:5 + ) >=kde-frameworks/ktextwidgets-${KFMIN}:5 ) "