projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14add73
)
app-doc/gimp-help-2.8.2: disable parallel build.
author
Rolf Eike Beer
<eike@sf-mail.de>
Tue, 5 Feb 2019 19:42:51 +0000
(20:42 +0100)
committer
Patrice 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
patch
|
blob
|
history
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 3c7f761243fe80fc93765c931ea4ce20e2a828e7..ac9a1f084eb1cf54a2e7d25132de2735972ab522 100644
(file)
--- 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
+}