From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77CFF138334 for ; Tue, 9 Oct 2018 09:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 638A5E07D8; Tue, 9 Oct 2018 09:50:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35FDDE07D8 for ; Tue, 9 Oct 2018 09:50:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F9D0335CF1 for ; Tue, 9 Oct 2018 09:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCEFA3CF for ; Tue, 9 Oct 2018 09:50:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539078609.7b6a703f50875c9cd8efa778450901fec50a055f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libksysguard/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libksysguard/libksysguard-9999.ebuild X-VCS-Directories: kde-plasma/libksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7b6a703f50875c9cd8efa778450901fec50a055f X-VCS-Branch: master Date: Tue, 9 Oct 2018 09:50:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 324dd15c-05a5-40c9-981a-23c901567c65 X-Archives-Hash: 9e43f4409003f87a7c5e50fb1ac46158 commit: 7b6a703f50875c9cd8efa778450901fec50a055f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 9 09:50:09 2018 +0000 Commit: Andreas Sturmlechner gentoo 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 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) )