mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/graph-tool: remove -j2 from live ebuild
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user