From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1182255-garchives=archives.gentoo.org@lists.gentoo.org>
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 07FDC1382C5
	for <garchives@archives.gentoo.org>; Thu, 25 Jun 2020 07:21:20 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5E7EBE0844;
	Thu, 25 Jun 2020 07:21:18 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 4725BE0844
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Jun 2020 07:21:18 +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 07E1034ED28
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Jun 2020 07:21:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9899826
	for <gentoo-commits@lists.gentoo.org>; Thu, 25 Jun 2020 07:21:13 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1593069654.0600bf584e7c12ca45f7af0f260024603d55028d.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/libksysguard/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/libksysguard/libksysguard-5.19.2.ebuild
X-VCS-Directories: kde-plasma/libksysguard/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0600bf584e7c12ca45f7af0f260024603d55028d
X-VCS-Branch: master
Date: Thu, 25 Jun 2020 07:21:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 798a1599-07d9-4ba1-9d07-b697abe56241
X-Archives-Hash: 8d2b3c623b5d0c1d439c08e161ff3414

commit:     0600bf584e7c12ca45f7af0f260024603d55028d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 18:03:22 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 07:20:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0600bf58

kde-plasma/libksysguard: Drop superfluous IUSE=minimal

Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/libksysguard/libksysguard-5.19.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/libksysguard/libksysguard-5.19.2.ebuild b/kde-plasma/libksysguard/libksysguard-5.19.2.ebuild
index 2b31297bb63..83ecb216232 100644
--- a/kde-plasma/libksysguard/libksysguard-5.19.2.ebuild
+++ b/kde-plasma/libksysguard/libksysguard-5.19.2.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Task management and system monitoring library"
 LICENSE="LGPL-2+"
 SLOT="5/9"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="minimal webengine X"
+IUSE="webengine X"
 
 RDEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5