commit: 7b6a703f50875c9cd8efa778450901fec50a055f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 9 09:50:09 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Oct 9 09:50:09 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b6a703f
kde-plasma/libksysguard: Switched USE=detailedmemory to QtWebEngine Upstream commit c9747e37c53101c8228f9571c9367ce4193d3b51 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/libksysguard/libksysguard-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index affe3f8baa..8de5b4fd2f 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,7 +26,7 @@ COMMON_DEPEND=" $(add_qt_dep qtnetwork) $(add_qt_dep qtwidgets) sys-libs/zlib - detailedmemory? ( $(add_qt_dep qtwebkit) ) + detailedmemory? ( $(add_qt_dep qtwebengine) ) X? ( $(add_qt_dep qtx11extras) x11-libs/libX11 @@ -44,7 +44,7 @@ DEPEND="${COMMON_DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package detailedmemory Qt5WebKitWidgets) + $(cmake-utils_use_find_package detailedmemory Qt5WebEngineWidgets) $(cmake-utils_use_find_package !minimal KF5Plasma) $(cmake-utils_use_find_package X X11) )