diff options
author | 2010-11-19 07:16:09 +0000 | |
---|---|---|
committer | 2010-11-19 07:16:09 +0000 | |
commit | 2d4ed0d3ef739147dc8623f1396e04c49ce66fbf (patch) | |
tree | 7612500fbbebb4936e180cca50af70e710fa5c47 /sci-mathematics/gretl | |
parent | Version bump (diff) | |
download | historical-2d4ed0d3ef739147dc8623f1396e04c49ce66fbf.tar.gz historical-2d4ed0d3ef739147dc8623f1396e04c49ce66fbf.tar.bz2 historical-2d4ed0d3ef739147dc8623f1396e04c49ce66fbf.zip |
Removed inadvertently included -j1
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'sci-mathematics/gretl')
-rw-r--r-- | sci-mathematics/gretl/Manifest | 8 | ||||
-rw-r--r-- | sci-mathematics/gretl/gretl-1.9.2.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-mathematics/gretl/Manifest b/sci-mathematics/gretl/Manifest index cdc96c7814ad..c5ec981ec54c 100644 --- a/sci-mathematics/gretl/Manifest +++ b/sci-mathematics/gretl/Manifest @@ -7,13 +7,13 @@ AUX gretl-1.9.0-ldflags.patch 1064 RMD160 d8e4e969168af67b76fb60fa4b150b6351e99f DIST gretl-1.9.0.tar.bz2 7497022 RMD160 91a086e875d5d1eeae6e70e15cf504578ee70924 SHA1 f17a7dcd11633a629367f3018e54c821e1cd66cc SHA256 f95c9dc464559e19837e65cc6fef626e573b76c5213597216214407181109d94 DIST gretl-1.9.2.tar.bz2 7747124 RMD160 5e68f0be9a524371d9be14ed8cb9aa65039ab90c SHA1 3fb3cb81985db6db88bc74f4d4ee07a4fc3479ec SHA256 bf77622fee0a839cfdaeeda673e2dfbbeba72969e9eac00b1818637bf573d858 EBUILD gretl-1.9.0-r1.ebuild 3240 RMD160 53482a0127a1d22e66e18118bc5c7926b07ac51d SHA1 ddc46771f5467de8cd8629bd69713c926ebf70ee SHA256 603428e951b0f4894667d06ddde9fbd99ec58e2ad38baa72465bfeb44e04ba28 -EBUILD gretl-1.9.2.ebuild 3074 RMD160 efbd768902707e1f33bfda47a63214547e59e958 SHA1 6ae51cba711fe5c17ad45e2b3bf8201e91bbf584 SHA256 5bc6fe5deb91bff481d47e13fef856489ae5a0bf27a039700a862e0728981ecf +EBUILD gretl-1.9.2.ebuild 3070 RMD160 ab3fc6c55884e3b158b08f658757f91f5647e209 SHA1 894bac48687ea075a1f0bded377b71f0fd3d16a2 SHA256 76b527c06c2661ee24ad6bc5b4222a741da5b8d1dd28149d225a28d0e73daeef MISC ChangeLog 4903 RMD160 661f57be0887d2e8bc1a72c1896cf9b7db92b76d SHA1 545be61a38fe5fa066c3842dde532876893cff04 SHA256 8540738fde5ac883beb5c32f6fd5641084ae70503014e79169cd109bb1d88633 MISC metadata.xml 1019 RMD160 081129737d01e3b770f502faf5a58f6f7d038b00 SHA1 e4ac0899c6bb566adc9a390be56f81113a13b4db SHA256 ab32034694a6ec3b41bbae6c71eef42c6f64fafd79e79e2542843c5e9d3b8f03 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) -iEYEARECAAYFAkzmI8gACgkQ1ycZbhPLE2A3bACfa6u0DelIgZyNQcZ/vUBa01Pw -QLQAnjdL1gdHY+rzoXHnl0I+ZhTTpI4Z -=2IOq +iEYEARECAAYFAkzmJEIACgkQ1ycZbhPLE2DfFACdH0hF2aOVmpv3bjQ0CHLZhU53 +9H0An39TSM2I4ca+vQ/yLP4p1cdsqcxb +=eOM+ -----END PGP SIGNATURE----- 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 |