commit: 3e466eda0faa8dd30d4690283d4ec76b40525d55 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Apr 16 20:00:52 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Apr 16 20:04:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e466eda
dev-db/sqlitestudio: Revert back to -j1, it is still a problem See also: https://github.com/gentoo/gentoo/pull/40994 Bug: https://bugs.gentoo.org/902991 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild b/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild index 6ec7a497579f..49d2fbd37123 100644 --- a/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild +++ b/dev-db/sqlitestudio/sqlitestudio-3.4.17.ebuild @@ -158,13 +158,13 @@ src_configure() { src_compile() { # -j1 for bug #902991; it clobbers object files in parallel - emake -j5 -C "${core_build_dir}" - emake -j5 -C "${plugins_build_dir}" + emake -j1 -C "${core_build_dir}" + emake -j1 -C "${plugins_build_dir}" } src_install() { - emake -j5 -C "${core_build_dir}" INSTALL_ROOT="${D}" install - emake -j5 -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install + emake -j1 -C "${core_build_dir}" INSTALL_ROOT="${D}" install + emake -j1 -C "${plugins_build_dir}" INSTALL_ROOT="${D}" install if use test; then # remove test artifacts that must not be installed
