Diff ktorrent-23.08.1 with a ktorrent-23.04.3

/usr/portage/net-p2p/ktorrent/ktorrent-23.04.3.ebuild 2023-10-09 14:52:34.740368482 +0300
15 15

  
16 16
LICENSE="GPL-2"
17 17
SLOT="5"
18
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
18
KEYWORDS="amd64 arm64 ~ppc64 ~x86"
19 19
IUSE="+bwscheduler +downloadorder +infowidget +ipfilter +logviewer +magnetgenerator
20 20
+mediaplayer rss +scanfolder +shutdown +stats +upnp +webengine +zeroconf"
21 21

  
......
43 43
	>=kde-frameworks/solid-${KFMIN}:5
44 44
	>=net-libs/libktorrent-${PVCUT}:5
45 45
	infowidget? ( dev-libs/geoip )
46
	ipfilter? ( >=kde-frameworks/karchive-${KFMIN}:5 )
47 46
	mediaplayer? (
48 47
		>=media-libs/phonon-4.11.0
49 48
		>=media-libs/taglib-1.5
......
71 70
"
72 71
BDEPEND="sys-devel/gettext"
73 72

  
74
# TODO: https://invent.kde.org/network/ktorrent/-/merge_requests/76
75
PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
76

  
77 73
src_configure() {
78 74
	local mycmakeargs=(
79 75
		-DENABLE_BWSCHEDULER_PLUGIN=$(usex bwscheduler)
Thank you!