commit: 9e2f3e279d7b77e29b839804ba5c3ddbbe06d24c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Sep 5 17:09:32 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Sep 5 17:13:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2f3e27
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 eff57ca4550..d82d16a974d 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}"