From: Alon Bar-Lev Date: Thu, 3 Aug 2017 18:29:47 +0000 (+0300) Subject: app-crypt/gpgme: make tests of live ebuild work X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c10afd0f8f3d20d84e9848128f62dbce7866c60a;p=gentoo.git app-crypt/gpgme: make tests of live ebuild work --- diff --git a/app-crypt/gpgme/gpgme-9999.ebuild b/app-crypt/gpgme/gpgme-9999.ebuild index 5bf2df8dd783..5e3b75e53b50 100644 --- a/app-crypt/gpgme/gpgme-9999.ebuild +++ b/app-crypt/gpgme/gpgme-9999.ebuild @@ -98,7 +98,7 @@ src_test() { default if use python; then test_python() { - emake -C lang/python/tests xcheck \ + emake -j1 -C lang/python/tests check \ PYTHON=${EPYTHON} \ PYTHONS=${EPYTHON} \ TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"