From 468d33aa95396b2e6ced3a9a3b3881dac7bb55af Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 20 Oct 2018 13:25:14 +0200 Subject: dev-libs/libappindicator: Workaround parallel build bug Bug: https://bugs.gentoo.org/638782 Signed-off-by: Pacho Ramos 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 171bc7b67fb7..40fe8964c862 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 076a053525da..7a9ad414002a 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 -- cgit v1.2.3-65-gdbad