diff options
author | 2013-03-09 19:37:52 +0000 | |
---|---|---|
committer | 2013-03-09 19:37:52 +0000 | |
commit | 4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1 (patch) | |
tree | 1f64230e506dadc3ee039ef5f84f2473be7831d8 /app-office/unoconv/unoconv-0.6.ebuild | |
parent | Fix typo in leechcraft-meta package name, bug #460966. (diff) | |
download | gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.tar.gz gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.tar.bz2 gentoo-2-4d08baca7eabb7a141818d2c8fa2d4a47ca70ed1.zip |
app-office/unoconv: Do installation in serial, #450794
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-office/unoconv/unoconv-0.6.ebuild')
-rw-r--r-- | app-office/unoconv/unoconv-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/unoconv/unoconv-0.6.ebuild b/app-office/unoconv/unoconv-0.6.ebuild index 15aff7bb74f0..cdc68b759a7d 100644 --- a/app-office/unoconv/unoconv-0.6.ebuild +++ b/app-office/unoconv/unoconv-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.3 2012/12/31 14:16:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/unoconv/unoconv-0.6.ebuild,v 1.4 2013/03/09 19:37:52 jlec Exp $ EAPI=3 @@ -44,7 +44,7 @@ src_prepare() { src_compile() { :; } src_install() { - emake doc-install install install-links DESTDIR="${D}" || die + emake -j1 doc-install install install-links DESTDIR="${D}" || die dodoc ChangeLog README.asciidoc || die } |