summaryrefslogtreecommitdiff
path: root/app-crypt/gpgme
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2017-08-25 19:52:57 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2017-08-25 19:53:47 +0300
commit81424ce94a18560cc400aa949384e966952f0cb9 (patch)
treeea7c4be5c265ef6a8012a106329bb20680cbab26 /app-crypt/gpgme
parentbf35b2444f37e7ff477ed9e575798f8abe63084f (diff)
downloadgentoo-81424ce94a18560cc400aa949384e966952f0cb9.tar.gz
gentoo-81424ce94a18560cc400aa949384e966952f0cb9.tar.xz
app-crypt/gpgme: upstream resolved build issue
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-crypt/gpgme')
-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 5e3b75e53b5..62097f8115d 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"