From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-909676-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 ED43D1395E1 for <garchives@archives.gentoo.org>; Fri, 4 Nov 2016 02:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3485E0B6E; Fri, 4 Nov 2016 02:42:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C39B4E0B6E for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 02:42:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0586341301 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 02:42:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 379CF249D for <gentoo-commits@lists.gentoo.org>; Fri, 4 Nov 2016 02:41:59 +0000 (UTC) From: "Thomas Deutschmann" <whissi@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, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1478227312.30624abf0dab82565dfbade028c0c7d7aa56944d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/zeromq/zeromq-4.1.5-r1.ebuild net-libs/zeromq/zeromq-4.1.6.ebuild X-VCS-Directories: net-libs/zeromq/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 30624abf0dab82565dfbade028c0c7d7aa56944d X-VCS-Branch: master Date: Fri, 4 Nov 2016 02:41:59 +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: c3564d58-c1eb-43f6-affe-bd616e01f2b3 X-Archives-Hash: eed257f9578ff8bca381974afb8cda58 commit: 30624abf0dab82565dfbade028c0c7d7aa56944d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Nov 4 02:41:27 2016 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Nov 4 02:41:52 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30624abf net-libs/zeromq: Restore parallel test restriction The parallel test restriction (-j1) was lost when the ebuild was bumped to EAPI=6 but is still required. Gentoo-Bug: https://bugs.gentoo.org/597808 Package-Manager: portage-2.3.2 net-libs/zeromq/zeromq-4.1.5-r1.ebuild | 7 +++++++ net-libs/zeromq/zeromq-4.1.6.ebuild | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/net-libs/zeromq/zeromq-4.1.5-r1.ebuild b/net-libs/zeromq/zeromq-4.1.5-r1.ebuild index 6dc3473..4101a7e 100644 --- a/net-libs/zeromq/zeromq-4.1.5-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.1.5-r1.ebuild @@ -43,6 +43,13 @@ src_configure() { econf "${myeconfargs[@]}" } +src_test() { + # Restricting to one job because multiple tests are using the same port. + # Upstream knows the problem and says it doesn't support parallel test + # execution, see ${S}/INSTALL. + emake -j1 check +} + src_install() { default prune_libtool_files diff --git a/net-libs/zeromq/zeromq-4.1.6.ebuild b/net-libs/zeromq/zeromq-4.1.6.ebuild index 6dc3473..4101a7e 100644 --- a/net-libs/zeromq/zeromq-4.1.6.ebuild +++ b/net-libs/zeromq/zeromq-4.1.6.ebuild @@ -43,6 +43,13 @@ src_configure() { econf "${myeconfargs[@]}" } +src_test() { + # Restricting to one job because multiple tests are using the same port. + # Upstream knows the problem and says it doesn't support parallel test + # execution, see ${S}/INSTALL. + emake -j1 check +} + src_install() { default prune_libtool_files