diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-04 14:52:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-04 14:52:16 +0000 |
commit | d8cb712c29511361a03c70f88d533b1e6872810f (patch) | |
tree | 101fce43d4a6f8e05bc01abc963fa7b5dbd8bd72 /app-dicts | |
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')
-rw-r--r-- | app-dicts/ipadic/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/ipadic/ipadic-2.7.0.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-dicts/ipadic/ChangeLog b/app-dicts/ipadic/ChangeLog index 2b09a5012e96..8da789268bab 100644 --- a/app-dicts/ipadic/ChangeLog +++ b/app-dicts/ipadic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ipadic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.18 2010/01/01 20:09:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.19 2010/01/04 14:52:16 flameeyes Exp $ + + 04 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> ipadic-2.7.0.ebuild: + Use -j1 for build (bug #299613). 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> ipadic-2.7.0.ebuild: Transfer Prefix keywords 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 () { |