summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-08-03 21:29:47 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2017-08-03 21:30:16 +0300
commitc10afd0f8f3d20d84e9848128f62dbce7866c60a (patch)
tree8dd81b80c787f0b3035d89328e97f06db094a236 /app-crypt
parentwww-client/chromium: require nodejs-4.6.1 (diff)
downloadgentoo-c10afd0f8f3d20d84e9848128f62dbce7866c60a.tar.gz
gentoo-c10afd0f8f3d20d84e9848128f62dbce7866c60a.tar.bz2
gentoo-c10afd0f8f3d20d84e9848128f62dbce7866c60a.zip
app-crypt/gpgme: make tests of live ebuild work
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gpgme/gpgme-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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"