diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:43:58 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:43:58 +0000 |
commit | 3452b1e120aa9dc128ce2cc108106c85127fb7ba (patch) | |
tree | 09f798048b7843cd570f938e3ea7fff0d7dc4816 /x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild | |
parent | fixed for non-x86 arches (diff) | |
download | gentoo-2-3452b1e120aa9dc128ce2cc108106c85127fb7ba.tar.gz gentoo-2-3452b1e120aa9dc128ce2cc108106c85127fb7ba.tar.bz2 gentoo-2-3452b1e120aa9dc128ce2cc108106c85127fb7ba.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-otr/gaim-otr-2.0.1.ebuild')
-rw-r--r-- | x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild index c9060b58cb98..c22b77cb920f 100644 --- a/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild +++ b/x11-plugins/gaim-otr/gaim-otr-2.0.1.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-otr/gaim-otr-2.0.1.ebuild,v 1.2 2005/03/30 21:58:08 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.1.ebuild,v 1.3 2005/07/10 20:43:58 swegener Exp $ inherit flag-o-matic eutils debug @@ -20,7 +20,7 @@ src_compile() { strip-flags replace-flags -O? -O2 - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { |