Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/gimp-help/
Date: Sun, 17 Feb 2019 22:58:13
Message-Id: 1550444278.ff791dd177b732c91dc93590c083b507a3cd693a.monsieurp@gentoo
1 commit: ff791dd177b732c91dc93590c083b507a3cd693a
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Feb 5 19:42:51 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 22:57:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff791dd1
7
8 app-doc/gimp-help-2.8.2: disable parallel build.
9
10 Closes: https://bugs.gentoo.org/677198
11 Closes: https://github.com/gentoo/gentoo/pull/10990
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Closes: https://github.com/gentoo/gentoo/pull/10990
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-doc/gimp-help/gimp-help-2.8.2.ebuild | 5 +++++
17 1 file changed, 5 insertions(+)
18
19 diff --git a/app-doc/gimp-help/gimp-help-2.8.2.ebuild b/app-doc/gimp-help/gimp-help-2.8.2.ebuild
20 index 3c7f761243f..ac9a1f084eb 100644
21 --- a/app-doc/gimp-help/gimp-help-2.8.2.ebuild
22 +++ b/app-doc/gimp-help/gimp-help-2.8.2.ebuild
23 @@ -24,3 +24,8 @@ DEPEND="${PYTHON_DEPS}
24 src_configure() {
25 econf --without-gimp
26 }
27 +
28 +src_compile() {
29 + # see https://bugs.gentoo.org/677198
30 + emake -j 1
31 +}