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 D74E91382C5 for ; Thu, 7 Jan 2021 12:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18759E0845; Thu, 7 Jan 2021 12:34:30 +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 0109DE0845 for ; Thu, 7 Jan 2021 12:34:29 +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 D7C44340D7F for ; Thu, 7 Jan 2021 12:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F17A4B for ; Thu, 7 Jan 2021 12:34:27 +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: <1610022845.4b22beebff2460f9b6d6cb08d34a98bd6be15d7d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/ksysguard/ksysguard-5.20.5.ebuild X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4b22beebff2460f9b6d6cb08d34a98bd6be15d7d X-VCS-Branch: master Date: Thu, 7 Jan 2021 12:34:27 +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: bb5008c0-8a25-4e07-88c9-dda9f02bdd75 X-Archives-Hash: 0bd75fe997180ed47a03f7e853241389 commit: 4b22beebff2460f9b6d6cb08d34a98bd6be15d7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 7 11:46:53 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 7 12:34:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b22beeb kde-plasma/ksysguard: Set VIRTUALX_REQUIRED="test" Reported-by: Paolo Pedroni iol.it> Closes: https://bugs.gentoo.org/764284 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-5.20.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/ksysguard/ksysguard-5.20.5.ebuild b/kde-plasma/ksysguard/ksysguard-5.20.5.ebuild index 3bb2842fbb9..4e11e85be9a 100644 --- a/kde-plasma/ksysguard/ksysguard-5.20.5.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.20.5.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional" KFMIN=5.74.0 PVCUT=$(ver_cut 1-3) QTMIN=5.15.1 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Network-enabled task manager and system monitor"