Gentoo Archives: gentoo-commits

From: Daniel Pielmeier <billie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip/
Date: Tue, 23 Aug 2016 19:39:27
Message-Id: 1471981137.ed05f7dd4cc1abd4228a7b0988a78206d85a8875.billie@gentoo
1 commit: ed05f7dd4cc1abd4228a7b0988a78206d85a8875
2 Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 19:22:59 2016 +0000
4 Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 19:38:57 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed05f7dd
7
8 net-print/hplip: Disable parallel install. Fix bug #578018.
9
10 Package-Manager: portage-2.2.28
11
12 net-print/hplip/hplip-3.16.7.ebuild | 6 +++++-
13 1 file changed, 5 insertions(+), 1 deletion(-)
14
15 diff --git a/net-print/hplip/hplip-3.16.7.ebuild b/net-print/hplip/hplip-3.16.7.ebuild
16 index 291f450..e991e1ff 100644
17 --- a/net-print/hplip/hplip-3.16.7.ebuild
18 +++ b/net-print/hplip/hplip-3.16.7.ebuild
19 @@ -237,7 +237,11 @@ src_configure() {
20 }
21
22 src_install() {
23 - default
24 + # disable parallel install
25 + # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=578018
26 + emake -j1 DESTDIR="${D}" install
27 + einstalldocs
28 + # default
29
30 # Installed by sane-backends
31 # Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=201023