app-doc/gimp-help-2.8.2: disable parallel build.
authorRolf Eike Beer <eike@sf-mail.de>
Tue, 5 Feb 2019 19:42:51 +0000 (20:42 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 17 Feb 2019 22:57:58 +0000 (23:57 +0100)
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>
app-doc/gimp-help/gimp-help-2.8.2.ebuild

index 3c7f761243fe80fc93765c931ea4ce20e2a828e7..ac9a1f084eb1cf54a2e7d25132de2735972ab522 100644 (file)
@@ -24,3 +24,8 @@ DEPEND="${PYTHON_DEPS}
 src_configure() {
        econf --without-gimp
 }
+
+src_compile() {
+       # see https://bugs.gentoo.org/677198
+       emake -j 1
+}