Gentoo Archives: gentoo-commits

From: Vadim Misbakh-Soloviov <mva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libappindicator/
Date: Fri, 10 Sep 2021 08:13:32
Message-Id: 1631261593.74228c0a4add5a77f70c44d5a31998847df6edab.mva@gentoo
1 commit: 74228c0a4add5a77f70c44d5a31998847df6edab
2 Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 10 08:13:13 2021 +0000
4 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 10 08:13:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74228c0a
7
8 dev-libs/libappindicator: fix parallel build
9
10 See referenced bug
11
12 Bug: https://bugs.gentoo.org/638782
13 Package-Manager: Portage-3.0.22, Repoman-3.0.1
14 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
15
16 dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild | 6 ++++++
17 1 file changed, 6 insertions(+)
18
19 diff --git a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
20 index 3aae6e4b558..3595bdcc538 100644
21 --- a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
22 +++ b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
23 @@ -62,6 +62,12 @@ multilib_src_configure() {
24 $(multilib_native_use_enable introspection)
25 }
26
27 +multilib_src_compile() {
28 + # Was initially reported in 638782, then fixed, and then fix disappeared.
29 + # But I facing it every time I (mva) trying to rebuild it on my machine even now (Sep'21)
30 + emake -j1
31 +}
32 +
33 multilib_src_test() {
34 # Prevent tests from trying to write on /dev/fuse
35 GVFS_DISABLE_FUSE=1 dbus-run-session emake check