diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 14:15:43 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-09-03 14:15:43 +0000 |
commit | c3d58ef90437964e0e9bc724e367b23423aac5d0 (patch) | |
tree | 044763d0e9e0ed339b25700d3b66dc59452c3ec7 /app-text/hspell | |
parent | Stable on ia64. (diff) | |
download | gentoo-2-c3d58ef90437964e0e9bc724e367b23423aac5d0.tar.gz gentoo-2-c3d58ef90437964e0e9bc724e367b23423aac5d0.tar.bz2 gentoo-2-c3d58ef90437964e0e9bc724e367b23423aac5d0.zip |
-j1 no needed, thanks kevquinn
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'app-text/hspell')
-rw-r--r-- | app-text/hspell/hspell-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/hspell/hspell-1.0.ebuild b/app-text/hspell/hspell-1.0.ebuild index db4f53f0d3cd..18695606af3d 100644 --- a/app-text/hspell/hspell-1.0.ebuild +++ b/app-text/hspell/hspell-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-1.0.ebuild,v 1.1 2006/09/03 07:48:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/hspell/hspell-1.0.ebuild,v 1.2 2006/09/03 14:15:43 genstef Exp $ inherit eutils @@ -27,7 +27,7 @@ src_compile() { --enable-linginfo \ --enable-fatverb \ || die "econf failed" - emake -j1 || die "emake failed" + emake || die "emake failed" } src_install() { |