mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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() {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user