commit: ff791dd177b732c91dc93590c083b507a3cd693a Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Tue Feb 5 19:42:51 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Feb 17 22:57:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff791dd1
app-doc/gimp-help-2.8.2: disable parallel build. Closes: https://bugs.gentoo.org/677198 Closes: https://github.com/gentoo/gentoo/pull/10990 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/10990 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-doc/gimp-help/gimp-help-2.8.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-doc/gimp-help/gimp-help-2.8.2.ebuild b/app-doc/gimp-help/gimp-help-2.8.2.ebuild index 3c7f761243f..ac9a1f084eb 100644 --- a/app-doc/gimp-help/gimp-help-2.8.2.ebuild +++ b/app-doc/gimp-help/gimp-help-2.8.2.ebuild @@ -24,3 +24,8 @@ DEPEND="${PYTHON_DEPS} src_configure() { econf --without-gimp } + +src_compile() { + # see https://bugs.gentoo.org/677198 + emake -j 1 +}
