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.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 C90A415ACFB for ; Mon, 17 Apr 2023 17:25:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3E6E0924; Mon, 17 Apr 2023 17:25:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F36B5E0924 for ; Mon, 17 Apr 2023 17:25:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFDA433BEEB for ; Mon, 17 Apr 2023 17:25:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75D73A32 for ; Mon, 17 Apr 2023 17:25:29 +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: <1681752309.42ebc07f04f79942775d30c5d7c23e682f8ec8a3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-firewall/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild X-VCS-Directories: kde-plasma/plasma-firewall/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 42ebc07f04f79942775d30c5d7c23e682f8ec8a3 X-VCS-Branch: master Date: Mon, 17 Apr 2023 17:25:29 +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: 0b32e3cb-013b-4456-a961-d3d481d18ed3 X-Archives-Hash: b90d34881633c0893b6fbffa2918b869 commit: 42ebc07f04f79942775d30c5d7c23e682f8ec8a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 17 17:16:51 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 17 17:25:09 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=42ebc07f kde-plasma/plasma-firewall: Fix test failure Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild | 5 +++++ kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild index 7c8d85f5fb..8a041a1316 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild @@ -55,6 +55,11 @@ src_configure() { ecm_src_configure } +src_test() { + local -x QT_QPA_PLATFORM=offscreen + ecm_src_test +} + pkg_postinst () { ecm_pkg_postinst diff --git a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild index 7c8d85f5fb..8a041a1316 100644 --- a/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild +++ b/kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild @@ -55,6 +55,11 @@ src_configure() { ecm_src_configure } +src_test() { + local -x QT_QPA_PLATFORM=offscreen + ecm_src_test +} + pkg_postinst () { ecm_pkg_postinst