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 6AEF413835A for ; Sat, 23 May 2020 21:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ABF3E0884; Sat, 23 May 2020 21:05:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4A56CE086D for ; Sat, 23 May 2020 21:05:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4FFF434F0A8 for ; Sat, 23 May 2020 21:05:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3EC0258 for ; Sat, 23 May 2020 21:05:49 +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: <1590266356.f40d4a2f440ece1d7809afe0676854b67daf0890.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: f40d4a2f440ece1d7809afe0676854b67daf0890 X-VCS-Branch: master Date: Sat, 23 May 2020 21:05:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3527e26f-a94a-4710-ab1c-37fc6043a425 X-Archives-Hash: d68ba358a5dd5055ce6c359a53354651 commit: f40d4a2f440ece1d7809afe0676854b67daf0890 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 23 20:39:16 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 23 20:39:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f40d4a2f kde-plasma/libksysguard: Drop IUSE minimal/unused DEPEND Upstream commit fa06754147850ba06659f21e57cd7a724ecf8c49 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libksysguard/libksysguard-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/libksysguard/libksysguard-9999.ebuild b/kde-plasma/libksysguard/libksysguard-9999.ebuild index b5419cadec..90b9708e43 100644 --- a/kde-plasma/libksysguard/libksysguard-9999.ebuild +++ b/kde-plasma/libksysguard/libksysguard-9999.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="Task management and system monitoring library" LICENSE="LGPL-2+" SLOT="5/9" KEYWORDS="" -IUSE="minimal webengine X" +IUSE="webengine X" RDEPEND=" >=dev-qt/qtdbus-${QTMIN}:5 @@ -46,7 +46,6 @@ RDEPEND=" DEPEND="${RDEPEND} !=kde-frameworks/kiconthemes-${KFMIN}:5 - !minimal? ( >=kde-frameworks/plasma-${KFMIN}:5 ) X? ( x11-base/xorg-proto ) " @@ -54,7 +53,6 @@ PATCHES=( "${FILESDIR}/${PN}-5.16.0-no-detailed-mem-message.patch" ) src_configure() { local mycmakeargs=( - $(cmake_use_find_package !minimal KF5Plasma) $(cmake_use_find_package webengine Qt5WebChannel) $(cmake_use_find_package webengine Qt5WebEngineWidgets) $(cmake_use_find_package X X11)