dev-libs/libappindicator: Workaround parallel build bug

Bug: https://bugs.gentoo.org/638782
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
Pacho Ramos
2018-10-20 13:25:14 +02:00
parent 6b3e2769dc
commit 468d33aa95
2 changed files with 4 additions and 2 deletions

View File

@@ -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() {

View File

@@ -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