commit: 81424ce94a18560cc400aa949384e966952f0cb9
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 16:52:57 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 16:53:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81424ce9
app-crypt/gpgme: upstream resolved build issue
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-crypt/gpgme/gpgme-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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"