summaryrefslogtreecommitdiff
path: root/app-doc/gimp-help/gimp-help-2.8.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/gimp-help/gimp-help-2.8.2.ebuild')
-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 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
+}