diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-17 08:24:36 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-17 08:25:08 +0200 |
commit | e6442d9ee02197ced707bafdd46f036311ef8cb9 (patch) | |
tree | f6b186400bed747d186464e8a33eea116fc17c50 /xfce-base | |
parent | sys-libs/libcxx: Enable Python 3 (diff) | |
download | gentoo-e6442d9ee02197ced707bafdd46f036311ef8cb9.tar.gz gentoo-e6442d9ee02197ced707bafdd46f036311ef8cb9.tar.bz2 gentoo-e6442d9ee02197ced707bafdd46f036311ef8cb9.zip |
xfce-base/xfconf: Upstream handles disabling parallel tests
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfconf/xfconf-4.13.7.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |