Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libappindicator/
Date: Sat, 20 Oct 2018 11:39:49
Message-Id: 1540035544.468d33aa95396b2e6ced3a9a3b3881dac7bb55af.pacho@gentoo
1 commit: 468d33aa95396b2e6ced3a9a3b3881dac7bb55af
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 11:25:14 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 11:39:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d33aa
7
8 dev-libs/libappindicator: Workaround parallel build bug
9
10 Bug: https://bugs.gentoo.org/638782
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild | 3 ++-
15 dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
19 index 171bc7b67fb..40fe8964c86 100644
20 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
21 +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -44,6 +44,7 @@ PATCHES=(
29
30 pkg_setup() {
31 use python && python-single-r1_pkg_setup
32 + export MAKEOPTS+=" -j1" #638782
33 }
34
35 src_prepare() {
36
37 diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
38 index 076a053525d..7a9ad414002 100644
39 --- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
40 +++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -39,6 +39,7 @@ src_prepare() {
48 default
49
50 xdg_environment_reset
51 + export MAKEOPTS+=" -j1" #638782
52
53 # Don't use -Werror
54 sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die