summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-10-24 13:20:23 +0200
committerDavid Seifert <soap@gentoo.org>2021-10-24 13:20:23 +0200
commit400f153a096e259e959f0ea22296da9bc1b09f7b (patch)
treebd13dbbff722aadd67991ab7376d1a4f4b201e95 /dev-python/graph-tool
parentpackage.mask: Last rite net-misc/pmsvn (diff)
downloadgentoo-400f153a096e259e959f0ea22296da9bc1b09f7b.tar.gz
gentoo-400f153a096e259e959f0ea22296da9bc1b09f7b.tar.bz2
gentoo-400f153a096e259e959f0ea22296da9bc1b09f7b.zip
dev-python/graph-tool: remove -j2 from live ebuild
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/graph-tool')
-rw-r--r--dev-python/graph-tool/graph-tool-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/graph-tool/graph-tool-9999.ebuild b/dev-python/graph-tool/graph-tool-9999.ebuild
index cf2e5589ad5e..560f14da24f9 100644
--- a/dev-python/graph-tool/graph-tool-9999.ebuild
+++ b/dev-python/graph-tool/graph-tool-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@@ -69,8 +69,7 @@ src_configure() {
}
src_compile() {
- # most machines don't have enough ram for parallel builds
- python_foreach_impl run_in_build_dir emake -j2
+ python_foreach_impl run_in_build_dir emake
}
src_install() {