summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2021-06-12 08:47:55 +0200
committerPacho Ramos <pacho@gentoo.org>2021-06-12 08:48:03 +0200
commit9d882ebb4e37a0388393b1fdc69ae54edb1c9c53 (patch)
tree6e3cb7cd09836b58d98ab84b2d381eba005a2548 /dev-libs/libappindicator
parentdev-util/cargo-ebuild: update metadata.xml (diff)
downloadgentoo-9d882ebb4e37a0388393b1fdc69ae54edb1c9c53.tar.gz
gentoo-9d882ebb4e37a0388393b1fdc69ae54edb1c9c53.tar.bz2
gentoo-9d882ebb4e37a0388393b1fdc69ae54edb1c9c53.zip
dev-libs/libappindicator: Parallel install still fails
Bug: https://bugs.gentoo.org/795444 Thanks-to: Agostino Sarubbo Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'dev-libs/libappindicator')
-rw-r--r--dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild5
1 files changed, 5 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 c963bba5ce2d..68a9bedb71df 100644
--- a/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
+++ b/dev-libs/libappindicator/libappindicator-12.10.1_p20200706.ebuild
@@ -67,6 +67,11 @@ multilib_src_test() {
GVFS_DISABLE_FUSE=1 dbus-run-session emake check
}
+multilib_src_install() {
+ # Fails in parallel, bug #795444
+ emake -j1 DESTDIR="${D}" install
+}
+
multilib_src_install_all() {
einstalldocs
find "${ED}" -name '*.la' -delete || die