summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2019-02-05 20:42:51 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-02-17 23:57:58 +0100
commitff791dd177b732c91dc93590c083b507a3cd693a (patch)
treecf5dfabaa526df92e2d13c37a99ee8edc5826a78 /app-doc
parentapp-office/scribus: x86 stable (bug #676960) (diff)
downloadgentoo-ff791dd177b732c91dc93590c083b507a3cd693a.tar.gz
gentoo-ff791dd177b732c91dc93590c083b507a3cd693a.tar.bz2
gentoo-ff791dd177b732c91dc93590c083b507a3cd693a.zip
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@sf-mail.de> Closes: https://github.com/gentoo/gentoo/pull/10990 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/gimp-help/gimp-help-2.8.2.ebuild5
1 files changed, 5 insertions, 0 deletions
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 3c7f761243fe..ac9a1f084eb1 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
+}