commit: 6f981426fbebb11883ca8cd74bd0a22b60c4a0c5 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Thu Feb 27 05:19:51 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Apr 4 03:44:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f981426
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 <eschwartz <AT> gentoo.org> 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 fa34706e18b4..091bf053102a 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
