diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 21:04:16 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 21:04:16 +0000 |
commit | 533e5694836ffc055ba7b4f32d6b17c3d23479ce (patch) | |
tree | b0b30c51c02caf3a62291eaa2c44bcf4a48b80b9 /net-libs/libotr/libotr-1.0.4.ebuild | |
parent | version bump to 0.3.0 (diff) | |
download | historical-533e5694836ffc055ba7b4f32d6b17c3d23479ce.tar.gz historical-533e5694836ffc055ba7b4f32d6b17c3d23479ce.tar.bz2 historical-533e5694836ffc055ba7b4f32d6b17c3d23479ce.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.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-libs/libotr/libotr-1.0.4.ebuild')
-rw-r--r-- | net-libs/libotr/libotr-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libotr/libotr-1.0.4.ebuild b/net-libs/libotr/libotr-1.0.4.ebuild index 6e4ab456d1f5..428ab3e0acfb 100644 --- a/net-libs/libotr/libotr-1.0.4.ebuild +++ b/net-libs/libotr/libotr-1.0.4.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/net-libs/libotr/libotr-1.0.4.ebuild,v 1.1 2005/01/24 03:25:27 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-1.0.4.ebuild,v 1.2 2005/07/10 21:04:16 swegener Exp $ inherit flag-o-matic eutils debug @@ -21,7 +21,7 @@ src_compile() { replace-flags -O? -O2 econf || die "econf failed" - emake || MAKEOPTS="${MAKEOPTS} -j1" emake || die "Make failed" + emake -j1 || die "Make failed" } src_install() { |