From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9D6EA138334 for ; Sat, 20 Oct 2018 11:39:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B49E088C; Sat, 20 Oct 2018 11:39:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7CDEE088B for ; Sat, 20 Oct 2018 11:39:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6360D335CFA for ; Sat, 20 Oct 2018 11:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EA50451 for ; Sat, 20 Oct 2018 11:39:43 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540035544.468d33aa95396b2e6ced3a9a3b3881dac7bb55af.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libappindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libappindicator/libappindicator-12.10.0-r201.ebuild dev-libs/libappindicator/libappindicator-12.10.0-r301.ebuild X-VCS-Directories: dev-libs/libappindicator/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 468d33aa95396b2e6ced3a9a3b3881dac7bb55af X-VCS-Branch: master Date: Sat, 20 Oct 2018 11:39:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf3261b7-2a81-46eb-a296-ec7135686863 X-Archives-Hash: 05b937fff2e7ce626d9c735584319703 commit: 468d33aa95396b2e6ced3a9a3b3881dac7bb55af Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 11:25:14 2018 +0000 Commit: Pacho Ramos gentoo 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 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