From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-965201-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9A927139694
	for <garchives@archives.gentoo.org>; Thu,  3 Aug 2017 18:30:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0106F1FC007;
	Thu,  3 Aug 2017 18:30:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D88651FC007
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2017 18:30:25 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CC0B834172D
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2017 18:30:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1F374C7
	for <gentoo-commits@lists.gentoo.org>; Thu,  3 Aug 2017 18:30:23 +0000 (UTC)
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" <alonbl@gentoo.org>
Message-ID: <1501785016.c10afd0f8f3d20d84e9848128f62dbce7866c60a.alonbl@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-crypt/gpgme/gpgme-9999.ebuild
X-VCS-Directories: app-crypt/gpgme/
X-VCS-Committer: alonbl
X-VCS-Committer-Name: Alon Bar-Lev
X-VCS-Revision: c10afd0f8f3d20d84e9848128f62dbce7866c60a
X-VCS-Branch: master
Date: Thu,  3 Aug 2017 18:30:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0e73abf2-f372-48a1-a25c-94bf3cc6656f
X-Archives-Hash: 27afe07fd247cc5a76e35cb8618e8efd

commit:     c10afd0f8f3d20d84e9848128f62dbce7866c60a
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  3 18:29:47 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  3 18:30:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10afd0f

app-crypt/gpgme: make tests of live ebuild work

 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 5bf2df8dd78..5e3b75e53b5 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"