Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/zeromq/
Date: Fri, 04 Nov 2016 02:42:04
Message-Id: 1478227312.30624abf0dab82565dfbade028c0c7d7aa56944d.whissi@gentoo
1 commit: 30624abf0dab82565dfbade028c0c7d7aa56944d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 02:41:27 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 02:41:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30624abf
7
8 net-libs/zeromq: Restore parallel test restriction
9
10 The parallel test restriction (-j1) was lost when the ebuild was bumped to
11 EAPI=6 but is still required.
12
13 Gentoo-Bug: https://bugs.gentoo.org/597808
14
15 Package-Manager: portage-2.3.2
16
17 net-libs/zeromq/zeromq-4.1.5-r1.ebuild | 7 +++++++
18 net-libs/zeromq/zeromq-4.1.6.ebuild | 7 +++++++
19 2 files changed, 14 insertions(+)
20
21 diff --git a/net-libs/zeromq/zeromq-4.1.5-r1.ebuild b/net-libs/zeromq/zeromq-4.1.5-r1.ebuild
22 index 6dc3473..4101a7e 100644
23 --- a/net-libs/zeromq/zeromq-4.1.5-r1.ebuild
24 +++ b/net-libs/zeromq/zeromq-4.1.5-r1.ebuild
25 @@ -43,6 +43,13 @@ src_configure() {
26 econf "${myeconfargs[@]}"
27 }
28
29 +src_test() {
30 + # Restricting to one job because multiple tests are using the same port.
31 + # Upstream knows the problem and says it doesn't support parallel test
32 + # execution, see ${S}/INSTALL.
33 + emake -j1 check
34 +}
35 +
36 src_install() {
37 default
38 prune_libtool_files
39
40 diff --git a/net-libs/zeromq/zeromq-4.1.6.ebuild b/net-libs/zeromq/zeromq-4.1.6.ebuild
41 index 6dc3473..4101a7e 100644
42 --- a/net-libs/zeromq/zeromq-4.1.6.ebuild
43 +++ b/net-libs/zeromq/zeromq-4.1.6.ebuild
44 @@ -43,6 +43,13 @@ src_configure() {
45 econf "${myeconfargs[@]}"
46 }
47
48 +src_test() {
49 + # Restricting to one job because multiple tests are using the same port.
50 + # Upstream knows the problem and says it doesn't support parallel test
51 + # execution, see ${S}/INSTALL.
52 + emake -j1 check
53 +}
54 +
55 src_install() {
56 default
57 prune_libtool_files