Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/
Date: Wed, 26 Jul 2017 20:49:04
Message-Id: 1501101905.0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d.slyfox@gentoo
1 commit: 0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 26 20:45:05 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 26 20:45:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f51a5e4
7
8 Revert "dev-libs/nanomsg: make tests sequential"
9
10 This reverts commit aaf34a56f3ed4c5f5c6f0381b9e247cb65f1d77c.
11
12 I debugged outdated ebuild: =dev-libs/nanomsg-0.8
13
14 dev-libs/nanomsg/nanomsg-1.0.0.ebuild | 9 ---------
15 1 file changed, 9 deletions(-)
16
17 diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
18 index 5f9fa48d263..b2e2b2fb1d4 100644
19 --- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
20 +++ b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild
21 @@ -34,12 +34,3 @@ multilib_src_configure() {
22 fi
23 cmake-utils_src_configure
24 }
25 -
26 -multilib_src_test() {
27 - local myctestargs=(
28 - # All tests overwrite same ./test binary
29 - # That causes SIGSEGV when ran in parallel
30 - -j1
31 - )
32 - cmake-utils_src_test
33 -}