commit: 58fcff6ccdd0e845ca43bdf081a377bdef073df9 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 24 16:35:57 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Oct 24 16:35:57 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=58fcff6c
net-p2p/ktorrent: Fix unused CMake variable Actual CMake option hidden behind automagic ... Bug: https://bugs.gentoo.org/965063 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild | 3 ++- net-p2p/ktorrent/ktorrent-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild b/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild index 4affd0c5e8..105427ab74 100644 --- a/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-25.08.49.9999.ebuild @@ -75,7 +75,8 @@ src_configure() { -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon) + $(cmake_use_find_package phonon Taglib) + $(cmake_use_find_package phonon Phonon4Qt6) $(cmake_use_find_package rss KF6Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index 4affd0c5e8..105427ab74 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -75,7 +75,8 @@ src_configure() { -DENABLE_IPFILTER_PLUGIN=$(usex ipfilter) -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) - -DENABLE_MEDIAPLAYER_PLUGIN=$(usex phonon) + $(cmake_use_find_package phonon Taglib) + $(cmake_use_find_package phonon Phonon4Qt6) $(cmake_use_find_package rss KF6Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown)
