From ff791dd177b732c91dc93590c083b507a3cd693a Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Tue, 5 Feb 2019 20:42:51 +0100 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/10990 Signed-off-by: Patrice Clement --- app-doc/gimp-help/gimp-help-2.8.2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app-doc') 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 +} -- cgit v1.2.1