From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1533605-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E99E215811D for <garchives@archives.gentoo.org>; Fri, 30 Jun 2023 17:25:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F1E9E0A88; Fri, 30 Jun 2023 17:25:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13C2DE0A88 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 17:25:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 04AC4335D6F for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 17:25:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 302A6A9B for <gentoo-commits@lists.gentoo.org>; Fri, 30 Jun 2023 17:25:23 +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: <1688145902.c5939cdde263dec9b123fb97ac075ce4680170a0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksystemstats/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild X-VCS-Directories: kde-plasma/ksystemstats/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c5939cdde263dec9b123fb97ac075ce4680170a0 X-VCS-Branch: master Date: Fri, 30 Jun 2023 17:25:23 +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: 4e693b8e-704d-4f13-9dab-64fb0b54cbc3 X-Archives-Hash: 2061f368e574b24eb6198411e0505be8 commit: c5939cdde263dec9b123fb97ac075ce4680170a0 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jun 30 17:20:17 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Jun 30 17:25:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5939cdd kde-plasma/ksystemstats: Add back VIRTUALX_REQUIRED, otherwise fails with FAIL! : KStatsTest::dbusApi() 'sensors.count() == 4' returned FALSE. () Bug: https://bugs.gentoo.org/909312 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild b/kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild index 529d943b69ce..0ac89d486c4a 100644 --- a/kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild +++ b/kde-plasma/ksystemstats/ksystemstats-5.27.6-r1.ebuild @@ -8,7 +8,8 @@ ECM_TEST="forceoptional" KFMIN=5.106.0 PVCUT=$(ver_cut 1-3) QTMIN=5.15.9 -inherit ecm plasma.kde.org +VIRTUALX_REQUIRED="test" # bug 909312 (test fails) +inherit ecm plasma.kde.org virtualx DESCRIPTION="Plugin-based system monitoring daemon"