diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-09-10 15:13:13 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2021-09-10 15:13:13 +0700 |
commit | 74228c0a4add5a77f70c44d5a31998847df6edab (patch) | |
tree | 41bf3d6caf167b029533ecf6242079f53190382f /dev-libs/libappindicator | |
parent | dev-python/pydevd: yet another missing test dep (diff) | |
download | gentoo-74228c0a4add5a77f70c44d5a31998847df6edab.tar.gz gentoo-74228c0a4add5a77f70c44d5a31998847df6edab.tar.bz2 gentoo-74228c0a4add5a77f70c44d5a31998847df6edab.zip |
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 <mva@gentoo.org>
Diffstat (limited to 'dev-libs/libappindicator')
-rw-r--r-- | dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild index 3aae6e4b5584..3595bdcc5389 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 |