From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 78035139694 for ; Wed, 26 Jul 2017 20:49:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDFBB1FC0ED; Wed, 26 Jul 2017 20:49:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A805D1FC0ED for ; Wed, 26 Jul 2017 20:49:03 +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 6D777341763 for ; Wed, 26 Jul 2017 20:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BABA74B8 for ; Wed, 26 Jul 2017 20:49:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1501101905.0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nanomsg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nanomsg/nanomsg-1.0.0.ebuild X-VCS-Directories: dev-libs/nanomsg/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d X-VCS-Branch: master Date: Wed, 26 Jul 2017 20:49:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6e912bcf-8449-4f30-98ae-6353e31f7d52 X-Archives-Hash: 2c320e837ecb1f36a9d03fe26f4ae257 commit: 0f51a5e4328e2dfed9d5ec8cfaaa80e0a4151b5d Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jul 26 20:45:05 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 26 20:45:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f51a5e4 Revert "dev-libs/nanomsg: make tests sequential" This reverts commit aaf34a56f3ed4c5f5c6f0381b9e247cb65f1d77c. I debugged outdated ebuild: =dev-libs/nanomsg-0.8 dev-libs/nanomsg/nanomsg-1.0.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild index 5f9fa48d263..b2e2b2fb1d4 100644 --- a/dev-libs/nanomsg/nanomsg-1.0.0.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.0.0.ebuild @@ -34,12 +34,3 @@ multilib_src_configure() { fi cmake-utils_src_configure } - -multilib_src_test() { - local myctestargs=( - # All tests overwrite same ./test binary - # That causes SIGSEGV when ran in parallel - -j1 - ) - cmake-utils_src_test -}