xfce-base/xfconf: Upstream handles disabling parallel tests
authorMichał Górny <mgorny@gentoo.org>
Mon, 17 Jun 2019 06:24:36 +0000 (08:24 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 17 Jun 2019 06:25:08 +0000 (08:25 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-base/xfconf/xfconf-4.13.7.ebuild

index a7c2bde44131de8b1802d4fbd61f8d9917721358..82b928dbe4b7251b4a0817ec48c9b472b3adc24b 100644 (file)
@@ -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}"