From e6442d9ee02197ced707bafdd46f036311ef8cb9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 17 Jun 2019 08:24:36 +0200 Subject: xfce-base/xfconf: Upstream handles disabling parallel tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- xfce-base/xfconf/xfconf-4.13.7.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'xfce-base/xfconf') diff --git a/xfce-base/xfconf/xfconf-4.13.7.ebuild b/xfce-base/xfconf/xfconf-4.13.7.ebuild index a7c2bde44131..82b928dbe4b7 100644 --- a/xfce-base/xfconf/xfconf-4.13.7.ebuild +++ b/xfce-base/xfconf/xfconf-4.13.7.ebuild @@ -53,8 +53,7 @@ my_test() { eval "${out}" local ret=0 - # https://bugzilla.xfce.org/show_bug.cgi?id=13840 - nonfatal emake -j1 check || ret=1 + nonfatal emake check || ret=1 kill "${XFCONFD_PID}" || ewarn "Unable to kill xfconfd" return "${ret}" -- cgit v1.2.3-65-gdbad