dev-libs/libusb: drop obsolete parallel build workaround #573802
authorMike Frysinger <vapier@gentoo.org>
Thu, 8 Dec 2016 06:03:20 +0000 (01:03 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 8 Dec 2016 06:04:18 +0000 (01:04 -0500)
This was fixed properly upstream for the 1.0.21 release.

dev-libs/libusb/libusb-1.0.21.ebuild

index e3b3cf6922e24030f442cfc3269c839dab8f9534..ef8015cf5708669c11dae9d382d3e2f947a24c1f 100644 (file)
@@ -29,8 +29,7 @@ multilib_src_configure() {
 }
 
 multilib_src_compile() {
-       # Bug 573802
-       emake -j1
+       emake
 
        if multilib_is_native_abi; then
                use doc && emake -C doc docs