From 9e2f3e279d7b77e29b839804ba5c3ddbbe06d24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 5 Sep 2017 19:09:32 +0200 Subject: [PATCH] xfce-base/xfconf: Run tests with -j1 due to race condition Bug: https://bugzilla.xfce.org/show_bug.cgi?id=13840 Closes: https://bugs.gentoo.org/629960 --- xfce-base/xfconf/xfconf-4.13.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xfce-base/xfconf/xfconf-4.13.4.ebuild b/xfce-base/xfconf/xfconf-4.13.4.ebuild index eff57ca455093..d82d16a974dd1 100644 --- a/xfce-base/xfconf/xfconf-4.13.4.ebuild +++ b/xfce-base/xfconf/xfconf-4.13.4.ebuild @@ -52,7 +52,8 @@ my_test() { eval "${out}" local ret=0 - nonfatal emake check || ret=1 + # https://bugzilla.xfce.org/show_bug.cgi?id=13840 + nonfatal emake -j1 check || ret=1 kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd" return "${ret}"