commit: 41abec5250d90184a39a67e68967700f93d5ede0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 14 14:50:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 14 14:50:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41abec52
net-libs/libsmi: build with -j1 My previous fix was incomplete and I don't really want to leave this broken for even longer. Bug: https://bugs.gentoo.org/944131 Closes: https://bugs.gentoo.org/962192 Signed-off-by: Sam James <sam <AT> gentoo.org> net-libs/libsmi/libsmi-0.5.0-r5.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/net-libs/libsmi/libsmi-0.5.0-r5.ebuild b/net-libs/libsmi/libsmi-0.5.0-r5.ebuild index 8c1d1c09b84b..17dfc40720ca 100644 --- a/net-libs/libsmi/libsmi-0.5.0-r5.ebuild +++ b/net-libs/libsmi/libsmi-0.5.0-r5.ebuild @@ -46,6 +46,11 @@ src_configure() { econf } +src_compile() { + # bug #962192 + emake -j1 +} + src_test() { # sming test is known to fail and some other fail if LC_ALL!=C: # https://mail.ibr.cs.tu-bs.de/pipermail/libsmi/2008-March/001014.html
