until a real fix is available.
Package-Manager: portage-2.2.26
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
}
src_install() {
- emake DESTDIR="${D}" install
+ # work around failing parallel installation (-j1)
+ # until a better fix is available. (bug #469032)
+ emake -j1 DESTDIR="${D}" install
dodoc AUTHORS ChangeLog NEWS
prune_libtool_files