diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2016-08-23 21:22:59 +0200 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2016-08-23 21:38:57 +0200 |
commit | ed05f7dd4cc1abd4228a7b0988a78206d85a8875 (patch) | |
tree | e964b3385e5537377a2f4c6f77e46b1df35d3bba /net-print | |
parent | dev-qt/qtsensors: arm stable, bug #586180 (diff) | |
download | gentoo-ed05f7dd4cc1abd4228a7b0988a78206d85a8875.tar.gz gentoo-ed05f7dd4cc1abd4228a7b0988a78206d85a8875.tar.bz2 gentoo-ed05f7dd4cc1abd4228a7b0988a78206d85a8875.zip |
net-print/hplip: Disable parallel install. Fix bug #578018.
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/hplip-3.16.7.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-print/hplip/hplip-3.16.7.ebuild b/net-print/hplip/hplip-3.16.7.ebuild index 291f450ee616..e991e1ff1018 100644 --- a/net-print/hplip/hplip-3.16.7.ebuild +++ b/net-print/hplip/hplip-3.16.7.ebuild @@ -237,7 +237,11 @@ src_configure() { } src_install() { - default + # disable parallel install + # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018 + emake -j1 DESTDIR="${D}" install + einstalldocs + # default # Installed by sane-backends # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023 |