diff options
author | David Seifert <soap@gentoo.org> | 2020-09-28 00:32:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-28 00:32:19 +0200 |
commit | 7f67a3f792c780157aa926693d3d28f57eb870f9 (patch) | |
tree | d14386ba271cd3b85c1290ae288e42418b515f08 /dev-python/graph-tool | |
parent | dev-ruby/puppetdb-termini: 6.12.0 stable amd64/x86 with cleanup (diff) | |
download | gentoo-7f67a3f792c780157aa926693d3d28f57eb870f9.tar.gz gentoo-7f67a3f792c780157aa926693d3d28f57eb870f9.tar.bz2 gentoo-7f67a3f792c780157aa926693d3d28f57eb870f9.zip |
dev-python/graph-tool: Do not build with -j1
Closes: https://bugs.gentoo.org/744088
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r-- | dev-python/graph-tool/graph-tool-2.35.ebuild | 2 | ||||
-rw-r--r-- | dev-python/graph-tool/graph-tool-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graph-tool/graph-tool-2.35.ebuild b/dev-python/graph-tool/graph-tool-2.35.ebuild index 20fbfe4e5570..bec6af3f123b 100644 --- a/dev-python/graph-tool/graph-tool-2.35.ebuild +++ b/dev-python/graph-tool/graph-tool-2.35.ebuild @@ -70,7 +70,7 @@ src_configure() { src_compile() { # most machines don't have enough ram for parallel builds - python_foreach_impl run_in_build_dir emake -j1 + python_foreach_impl run_in_build_dir default } src_install() { diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild index 20fbfe4e5570..bec6af3f123b 100644 --- a/dev-python/graph-tool/graph-tool-9999.ebuild +++ b/dev-python/graph-tool/graph-tool-9999.ebuild @@ -70,7 +70,7 @@ src_configure() { src_compile() { # most machines don't have enough ram for parallel builds - python_foreach_impl run_in_build_dir emake -j1 + python_foreach_impl run_in_build_dir default } src_install() { |