net-print/hplip: Disable parallel install. Fix bug #578018.
authorDaniel Pielmeier <billie@gentoo.org>
Tue, 23 Aug 2016 19:22:59 +0000 (21:22 +0200)
committerDaniel 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

index 291f450ee6165633e981dda56349b9febfd12ea6..e991e1ff10188fca29b7b0d281c9ec0f857e7a38 100644 (file)
@@ -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