diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-31 22:59:18 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-31 22:59:18 +0200 |
commit | 964df4073ef9a32caff147f56af140c79758a344 (patch) | |
tree | 3f25511d6cc3037b3f53ff383d32c8a3af7d7257 | |
parent | kde-plasma/plasma-workspace: Actually add DEPEND (diff) | |
download | kde-964df407.tar.gz kde-964df407.tar.bz2 kde-964df407.zip |
net-p2p/ktorrent: Fix USE=rss
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | net-p2p/ktorrent/ktorrent-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index d7aa3faef2..8471787edb 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -3,8 +3,6 @@ EAPI=6 -LIBKT_VERSION_MIN="${PV}" -LIBKT_VERSION_MAX="99999999" if [[ ${PV} != 9999* ]]; then inherit versionator # upstream likes to skip that _ in beta releases @@ -55,6 +53,7 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) <net-libs/libktorrent-${LIBKT_VERSION_MAX}:5 >=net-libs/libktorrent-${LIBKT_VERSION_MIN}:5 infowidget? ( dev-libs/geoip ) @@ -105,8 +104,8 @@ src_configure() { -DENABLE_LOGVIEWER_PLUGIN=$(usex logviewer) -DENABLE_MAGNETGENERATOR_PLUGIN=$(usex magnetgenerator) -DENABLE_MEDIAPLAYER_PLUGIN=$(usex mediaplayer) + $(cmake-utils_use_find_package rss KF5Syndication) -DENABLE_SCANFOLDER_PLUGIN=$(usex scanfolder) - -DENABLE_SYNDICATION_PLUGIN=$(usex rss) -DENABLE_SEARCH_PLUGIN=$(usex search) -DENABLE_SHUTDOWN_PLUGIN=$(usex shutdown) -DENABLE_STATS_PLUGIN=$(usex stats) |