commit: 453d7043e683558978470e20d45a36a21f975ac4 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> AuthorDate: Mon Oct 5 00:47:09 2015 +0000 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org> CommitDate: Mon Oct 5 00:47:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=453d7043
work around parallel make issues - bug #561380 Package-Manager: portage-2.2.20.1 games-strategy/megaglest/megaglest-3.11.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/games-strategy/megaglest/megaglest-3.11.1.ebuild b/games-strategy/megaglest/megaglest-3.11.1.ebuild index 3c74a8d..a050264 100644 --- a/games-strategy/megaglest/megaglest-3.11.1.ebuild +++ b/games-strategy/megaglest/megaglest-3.11.1.ebuild @@ -116,7 +116,9 @@ src_configure() { src_compile() { if use editor || use model-viewer; then - VIRTUALX_COMMAND="cmake-utils_src_compile" virtualmake + # work around parallel make issues - bug #561380 + MAKEOPTS="-j1 ${MAKEOPTS}" \ + VIRTUALX_COMMAND="cmake-utils_src_compile" virtualmake else cmake-utils_src_compile fi