diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:50:24 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:50:24 +0000 |
commit | 9f1d5247dc6396ca360b26be2d68bc571040de6b (patch) | |
tree | 84e72c2d1f1ebfc1085d12282096be81d453c594 /x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | |
parent | fixing lib silliness on non-x86 arches, and bumping stable (x86 and sparc) (diff) | |
download | gentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.tar.gz gentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.tar.bz2 gentoo-2-9f1d5247dc6396ca360b26be2d68bc571040de6b.zip |
QA: Removed 'emake || make || die' and variants. Either a package is parallel build safe or it is not. There's nothing like trying and falling back.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild')
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild index 7010763373e9..16c1164cff81 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.13 2005/02/07 16:57:15 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.32-r1.ebuild,v 1.14 2005/07/10 20:47:45 swegener Exp $ inherit flag-o-matic eutils debug @@ -28,7 +28,7 @@ src_compile() { econf ${myconf} || die "Configuration failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { |