projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c317b3d
)
net-print/hplip: Disable parallel install. Fix bug #578018.
author
Daniel Pielmeier
<billie@gentoo.org>
Tue, 23 Aug 2016 19:22:59 +0000
(21:22 +0200)
committer
Daniel Pielmeier
<billie@gentoo.org>
Tue, 23 Aug 2016 19:38:57 +0000
(21:38 +0200)
Package-Manager: portage-2.2.28
net-print/hplip/hplip-3.16.7.ebuild
patch
|
blob
|
history
diff --git
a/net-print/hplip/hplip-3.16.7.ebuild
b/net-print/hplip/hplip-3.16.7.ebuild
index 291f450ee6165633e981dda56349b9febfd12ea6..e991e1ff10188fca29b7b0d281c9ec0f857e7a38 100644
(file)
--- 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