diff options
author | 2010-01-04 14:52:16 +0000 | |
---|---|---|
committer | 2010-01-04 14:52:16 +0000 | |
commit | d8cb712c29511361a03c70f88d533b1e6872810f (patch) | |
tree | 101fce43d4a6f8e05bc01abc963fa7b5dbd8bd72 /app-dicts/ipadic/ipadic-2.7.0.ebuild | |
parent | Masking sys-fs/archfs for QA removal. (diff) | |
download | gentoo-2-d8cb712c29511361a03c70f88d533b1e6872810f.tar.gz gentoo-2-d8cb712c29511361a03c70f88d533b1e6872810f.tar.bz2 gentoo-2-d8cb712c29511361a03c70f88d533b1e6872810f.zip |
Use -j1 for build (bug #299613).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/ipadic/ipadic-2.7.0.ebuild')
-rw-r--r-- | app-dicts/ipadic/ipadic-2.7.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/ipadic/ipadic-2.7.0.ebuild b/app-dicts/ipadic/ipadic-2.7.0.ebuild index 8ef609814ba7..95736a34059a 100644 --- a/app-dicts/ipadic/ipadic-2.7.0.ebuild +++ b/app-dicts/ipadic/ipadic-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.14 2010/01/01 20:09:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0.ebuild,v 1.15 2010/01/04 14:52:16 flameeyes Exp $ IUSE="" @@ -17,7 +17,8 @@ DEPEND=">=app-text/chasen-2.3.1" src_compile() { sed -i -e "/^install-data-am:/s/install-data-local//" Makefile.in || die econf || die - make || die + # bug #299613 + emake -j1 || die } src_install () { |