summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild')
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild
index f510846c900b..e5c20e59bbae 100644
--- a/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild
+++ b/x11-plugins/gaim-otr/gaim-otr-2.0.0.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.0.ebuild,v 1.1 2005/02/10 20:33:46 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.0.ebuild,v 1.1.1.1 2005/11/30 10:10:52 chriswhite 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() {