diff options
Diffstat (limited to 'net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild')
-rw-r--r-- | net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild index 443883b0dbca..fe3574adf3d3 100644 --- a/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild +++ b/net-p2p/ktorrent/ktorrent-5.1.1-r1.ebuild @@ -95,7 +95,7 @@ src_configure() { -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) - $(cmake-utils_use_find_package rss KF5Syndication) + $(cmake_use_find_package rss KF5Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) -DENABLE_SEARCH_PLUGIN=$(usex search) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) |