diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-17 19:16:51 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-17 19:25:09 +0200 |
| commit | 42ebc07f04f79942775d30c5d7c23e682f8ec8a3 (patch) | |
| tree | a408b1540459024b9b5087705cb6364129ef360b | |
| parent | 7a691569aa3e5f497606e1381ee968e2f617c690 (diff) | |
| download | kde-42ebc07f04f79942775d30c5d7c23e682f8ec8a3.tar.gz kde-42ebc07f04f79942775d30c5d7c23e682f8ec8a3.tar.bz2 kde-42ebc07f04f79942775d30c5d7c23e682f8ec8a3.zip | |
kde-plasma/plasma-firewall: Fix test failure
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-plasma/plasma-firewall/plasma-firewall-5.27.49.9999.ebuild | 5 | ||||
| -rw-r--r-- | kde-plasma/plasma-firewall/plasma-firewall-9999.ebuild | 5 |
2 files changed, 10 insertions, 0 deletions
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 7c8d85f5fb3..8a041a1316f 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 7c8d85f5fb3..8a041a1316f 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 |
