diff options
author | 2005-11-20 22:57:48 +0000 | |
---|---|---|
committer | 2005-11-20 22:57:48 +0000 | |
commit | 805778d993acd2b1e77c70e121596b131f84ad4f (patch) | |
tree | ce20541cabdf461c7e62878445177503f90535e9 /app-text/ots/ots-0.4.2.ebuild | |
parent | Marked ppc stable for bug #112482. (diff) | |
download | gentoo-2-805778d993acd2b1e77c70e121596b131f84ad4f.tar.gz gentoo-2-805778d993acd2b1e77c70e121596b131f84ad4f.tar.bz2 gentoo-2-805778d993acd2b1e77c70e121596b131f84ad4f.zip |
Adding -j1 to emake since parallel make fails. Fixes bug 112932
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-text/ots/ots-0.4.2.ebuild')
-rw-r--r-- | app-text/ots/ots-0.4.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ots/ots-0.4.2.ebuild b/app-text/ots/ots-0.4.2.ebuild index 11ae51fb2df6..9191ff23a636 100644 --- a/app-text/ots/ots-0.4.2.ebuild +++ b/app-text/ots/ots-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.4.2.ebuild,v 1.4 2005/10/12 19:26:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ots/ots-0.4.2.ebuild,v 1.5 2005/11/20 22:57:48 vanquirius Exp $ inherit eutils @@ -28,7 +28,8 @@ src_unpack() { src_compile() { # bug 97448 econf --disable-gtk-doc || die - emake || die + # parallel make fails, bug 112932 + emake -j1 || die } src_install() { |