diff options
-rw-r--r-- | app-crypt/gpgme/gpgme-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/gpgme/gpgme-9999.ebuild b/app-crypt/gpgme/gpgme-9999.ebuild index 5e3b75e53b50..62097f8115df 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 -j1 -C lang/python/tests check \ + emake -C lang/python/tests check \ PYTHON=${EPYTHON} \ PYTHONS=${EPYTHON} \ TESTFLAGS="--python-libdir=${BUILD_DIR}/lib" |