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 9365215808D for ; Fri, 10 Sep 2021 08:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7197E091F; Fri, 10 Sep 2021 08:13:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9822BE091F for ; Fri, 10 Sep 2021 08:13:31 +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 6B6F6340FF3 for ; Fri, 10 Sep 2021 08:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 742F59B for ; Fri, 10 Sep 2021 08:13:28 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1631261593.74228c0a4add5a77f70c44d5a31998847df6edab.mva@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.1_p20200706.ebuild X-VCS-Directories: dev-libs/libappindicator/ X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 74228c0a4add5a77f70c44d5a31998847df6edab X-VCS-Branch: master Date: Fri, 10 Sep 2021 08:13:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 249d0158-6486-4eff-8f90-40c08c2ebdff X-Archives-Hash: 7ccc4f7e0265cf4cb73c971986818fc6 commit: 74228c0a4add5a77f70c44d5a31998847df6edab Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Fri Sep 10 08:13:13 2021 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Fri Sep 10 08:13:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74228c0a dev-libs/libappindicator: fix parallel build See referenced bug Bug: https://bugs.gentoo.org/638782 Package-Manager: Portage-3.0.22, Repoman-3.0.1 Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild index 3aae6e4b558..3595bdcc538 100644 --- a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild +++ b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild @@ -62,6 +62,12 @@ multilib_src_configure() { $(multilib_native_use_enable introspection) } +multilib_src_compile() { + # Was initially reported in 638782, then fixed, and then fix disappeared. + # But I facing it every time I (mva) trying to rebuild it on my machine even now (Sep'21) + emake -j1 +} + multilib_src_test() { # Prevent tests from trying to write on /dev/fuse GVFS_DISABLE_FUSE=1 dbus-run-session emake check