commit:     468d33aa95396b2e6ced3a9a3b3881dac7bb55af
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 11:25:14 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 11:39:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468d33aa

dev-libs/libappindicator: Workaround parallel build bug

Bug: https://bugs.gentoo.org/638782
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild | 3 ++-
 dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild 
b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
index 171bc7b67fb..40fe8964c86 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -44,6 +44,7 @@ PATCHES=(
 
 pkg_setup() {
        use python && python-single-r1_pkg_setup
+       export MAKEOPTS+=" -j1" #638782
 }
 
 src_prepare() {

diff --git a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild 
b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
index 076a053525d..7a9ad414002 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -39,6 +39,7 @@ src_prepare() {
        default
 
        xdg_environment_reset
+       export MAKEOPTS+=" -j1" #638782
 
        # Don't use -Werror
        sed -i -e 's/ -Werror//' {src,tests}/Makefile.{am,in} || die

Reply via email to