From 6f981426fbebb11883ca8cd74bd0a22b60c4a0c5 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Thu, 27 Feb 2025 00:19:51 -0500 Subject: [PATCH] net-libs/zeromq: remove outdated -j1 workaround Tests run fine with parallelism these days. Bug: https://bugs.gentoo.org/468748 Bug: https://bugs.gentoo.org/597808 Signed-off-by: Eli Schwartz --- net-libs/zeromq/zeromq-4.3.5-r1.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild index fa34706e18b44..091bf053102a7 100644 --- a/net-libs/zeromq/zeromq-4.3.5-r1.ebuild +++ b/net-libs/zeromq/zeromq-4.3.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -61,13 +61,6 @@ src_configure() { CONFIG_SHELL="${BROOT}"/bin/bash 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 find "${ED}" -type f -name '*.la' -delete || die