commit: 3465d0a7db0884b37045027904a308e839fdc853 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de> AuthorDate: Wed Dec 20 20:58:52 2017 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Dec 20 21:02:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3465d0a7
dev-libs/libowfat: enable parallel build Closes: https://github.com/gentoo/gentoo/pull/6485 Closes: https://bugs.gentoo.org/show_bug.cgi?id=639730 Package-Manager: Portage-2.3.19, Repoman-2.3.6 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-libs/libowfat/libowfat-0.31-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libowfat/libowfat-0.31-r1.ebuild b/dev-libs/libowfat/libowfat-0.31-r1.ebuild index 027cbf1998c..9bd8cf6f80a 100644 --- a/dev-libs/libowfat/libowfat-0.31-r1.ebuild +++ b/dev-libs/libowfat/libowfat-0.31-r1.ebuild @@ -24,7 +24,7 @@ pkg_setup() { } src_compile() { - emake -j1 \ + emake \ CC=$(tc-getCC) \ CFLAGS="-I. ${CFLAGS}" \ DIET="/usr/bin/diet -Os" \ @@ -34,7 +34,7 @@ src_compile() { } src_install () { - emake -j1 \ + emake \ DESTDIR="${D}" \ LIBDIR="/usr/$(get_libdir)" \ MAN3DIR="/usr/share/man/man3" \
