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 B9C911382C5 for ; Fri, 11 Jun 2021 06:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D855E076B; Fri, 11 Jun 2021 06:46:16 +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 E24E9E076B for ; Fri, 11 Jun 2021 06:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A44E333BF5B for ; Fri, 11 Jun 2021 06:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02483797 for ; Fri, 11 Jun 2021 06:46:13 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1623393966.8ebb0ead3a72690b55e7580b2ca41da6075b23d6.juippis@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.1.5.ebuild X-VCS-Directories: dev-libs/nanomsg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8ebb0ead3a72690b55e7580b2ca41da6075b23d6 X-VCS-Branch: master Date: Fri, 11 Jun 2021 06:46:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4e102b0-e45b-488f-adac-9bcfaea4ca1c X-Archives-Hash: 82f7860c819f07bb3705141ce569d6c2 commit: 8ebb0ead3a72690b55e7580b2ca41da6075b23d6 Author: Marco Scardovi scardovi com> AuthorDate: Fri Jun 11 06:45:50 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jun 11 06:46:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebb0ead dev-libs/nanomsg: add 10 seconds on some tests This should fix test om hppa Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Marco Scardovi scardovi.com> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/nanomsg/nanomsg-1.1.5.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild index 34a834332b3..8e47be79d1b 100644 --- a/dev-libs/nanomsg/nanomsg-1.1.5.ebuild +++ b/dev-libs/nanomsg/nanomsg-1.1.5.ebuild @@ -17,6 +17,14 @@ IUSE="doc" DEPEND="doc? ( dev-ruby/asciidoctor )" +multilib_src_prepare() { + eapply_user + # Old CPUs like HPPA fails test because of timeout + sed -i -e 's/inproc_shutdown 5/inproc_shutdown 10/' \ + -e 's/ws_async_shutdown 5/ws_async_shutdown 10/' \ + -e 's/ipc_shutdown 30/ipc_shutdown 40/' -i CMakeLists.txt || die +} + multilib_src_configure() { local mycmakeargs=( -DNN_STATIC_LIB=OFF