diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2010-11-19 07:16:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2010-11-19 07:16:09 +0000 |
commit | 7ab2ad0d3dd317dbe958f69a4cc975f3178c5290 (patch) | |
tree | 066ba9129954f004060e9887926da3c091087e6c /sci-mathematics | |
parent | Version bump (diff) | |
download | gentoo-2-7ab2ad0d3dd317dbe958f69a4cc975f3178c5290.tar.gz gentoo-2-7ab2ad0d3dd317dbe958f69a4cc975f3178c5290.tar.bz2 gentoo-2-7ab2ad0d3dd317dbe958f69a4cc975f3178c5290.zip |
Removed inadvertently included -j1
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/gretl/gretl-1.9.2.ebuild b/sci-mathematics/gretl/gretl-1.9.2.ebuild index aaf9ac806fcb..d118a0043e02 100644 --- a/sci-mathematics/gretl/gretl-1.9.2.ebuild +++ b/sci-mathematics/gretl/gretl-1.9.2.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/sci-mathematics/gretl/gretl-1.9.2.ebuild,v 1.1 2010/11/19 07:14:06 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.2.ebuild,v 1.2 2010/11/19 07:16:09 bicatali Exp $ USE_EINSTALL=true EAPI=2 @@ -82,7 +82,7 @@ src_configure() { } src_compile() { - emake -j1 || die "emake failed" + emake || die "emake failed" if use emacs; then elisp-compile utils/emacs/gretl.el || die "elisp-compile failed" fi |