diff options
author | 2009-12-25 14:47:01 +0000 | |
---|---|---|
committer | 2009-12-25 14:47:01 +0000 | |
commit | 911ea5579c214888b810248f36c4114e538b224f (patch) | |
tree | d09ee4e44f9f5e1e9394e45f9d440dd03f275ca5 /app-dicts/ispell-no/ispell-no-2.10.ebuild | |
parent | Patch echoe not to unconditionally require gemcutter, closes bug #298048 than... (diff) | |
download | historical-911ea5579c214888b810248f36c4114e538b224f.tar.gz historical-911ea5579c214888b810248f36c4114e538b224f.tar.bz2 historical-911ea5579c214888b810248f36c4114e538b224f.zip |
Use -j1 for build (bug #295830).
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'app-dicts/ispell-no/ispell-no-2.10.ebuild')
-rw-r--r-- | app-dicts/ispell-no/ispell-no-2.10.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-dicts/ispell-no/ispell-no-2.10.ebuild b/app-dicts/ispell-no/ispell-no-2.10.ebuild index 3936ea73e67f..30a796092d15 100644 --- a/app-dicts/ispell-no/ispell-no-2.10.ebuild +++ b/app-dicts/ispell-no/ispell-no-2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild,v 1.5 2009/02/25 13:16:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild,v 1.6 2009/12/25 14:47:01 flameeyes Exp $ inherit multilib versionator @@ -20,11 +20,12 @@ S=${WORKDIR}/${MY_PN}-$(get_major_version).0.$(get_version_component_range 2) src_compile() { export LC_ALL=C #227055 - make SED="sed" BUILDHASH="/usr/bin/buildhash" ispell || die + # bug #295830 + emake -j1 SED="sed" BUILDHASH="/usr/bin/buildhash" ispell || die } src_install () { - insinto /usr/$(get_libdir)/ispell - doins {nb,nn}.{hash,aff} || die + insinto /usr/$(get_libdir)/ispell + doins {nb,nn}.{hash,aff} || die dodoc NEWS } |