commit:     c19a3d0d35d6e921d18a891466bbf18648bffe87
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 18:34:12 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 18:34:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c19a3d0d

sys-power/power-profiles-daemon: Run tests sequentially

As dbus tests are known to fail from time to time:
https://src.fedoraproject.org/rpms/power-profiles-daemon/c/bdb2dba0f8d9e6193c4e750d22885cc68b5337ce?branch=rawhide

Closes: https://bugs.gentoo.org/953966
Closes: https://bugs.gentoo.org/954179
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild 
b/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild
index bf5a6e5bdcc9..f0438b2e61c3 100644
--- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild
+++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.30.ebuild
@@ -80,6 +80,11 @@ src_configure() {
        meson_src_configure
 }
 
+src_test() {
+       # Dbus tests are prone to fail when run in parallel
+       MAKEOPTS="-j1" meson_src_test
+}
+
 src_install() {
        meson_src_install
        python_fix_shebang "${D}"/usr/bin/powerprofilesctl

Reply via email to