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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E469138334 for ; Sat, 4 Jan 2020 14:11:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06795E0897; Sat, 4 Jan 2020 14:11:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFCFCE0897 for ; Sat, 4 Jan 2020 14:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E9B434DE9A for ; Sat, 4 Jan 2020 14:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D9901E for ; Sat, 4 Jan 2020 14:11:01 +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: <1578147042.fa08e24597bc6d17a16578b8758dad31b2276309.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-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fa08e24597bc6d17a16578b8758dad31b2276309 X-VCS-Branch: master Date: Sat, 4 Jan 2020 14:11:01 +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: 8b9a6643-c5a4-4c40-93a6-334a2b877b0f X-Archives-Hash: 1d9be41c1be2b606949bd4aa230ba018 commit: fa08e24597bc6d17a16578b8758dad31b2276309 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 4 14:10:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 4 14:10:42 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=fa08e245 net-p2p/ktorrent: Update DEPENDs git master switched from qtwebkit to qtwebengine, raise minimum KF5 re ifdef Upstream commits: f5a1958ebdcacac8dd22a43623356dbf6bf6c34a 51fb0f61e9886822f57e6997e9ec673950a10c6a Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> net-p2p/ktorrent/ktorrent-9999.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 82e5c85958..bcf04007ac 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 ECM_HANDBOOK="optional" ECM_TEST="optional" -KFMIN=5.60.0 +KFMIN=5.64.0 QTMIN=5.12.3 VIRTUALX_REQUIRED="test" inherit ecm kde.org @@ -43,7 +43,7 @@ COMMON_DEPEND=" >=kde-frameworks/kwindowsystem-${KFMIN}:5 >=kde-frameworks/kxmlgui-${KFMIN}:5 >=kde-frameworks/solid-${KFMIN}:5 - >=net-libs/libktorrent-2.1:5 + >=net-libs/libktorrent-2.1.1:5 infowidget? ( dev-libs/geoip ) kross? ( >=kde-frameworks/karchive-${KFMIN}:5 @@ -55,13 +55,10 @@ COMMON_DEPEND=" >=media-libs/taglib-1.5 ) rss? ( - >=kde-frameworks/kdewebkit-${KFMIN}:5 + >=dev-qt/qtwebengine-${QTMIN}:5 >=kde-frameworks/syndication-${KFMIN}:5 ) - search? ( - >=dev-qt/qtwebkit-5.212.0_pre20180120:5 - >=kde-frameworks/kdewebkit-${KFMIN}:5 - ) + search? ( >=dev-qt/qtwebengine-${QTMIN}:5 ) shutdown? ( kde-plasma/libkworkspace:5 ) stats? ( >=kde-frameworks/kplotting-${KFMIN}:5 ) upnp? ( >=kde-frameworks/kcompletion-${KFMIN}:5 )