summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild')
-rw-r--r--x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild b/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild
index cb249bc02174..1db9cc758727 100644
--- a/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild
+++ b/x11-plugins/gaim-otr/gaim-otr-2.0.2.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.2.ebuild,v 1.1 2005/05/17 14:12:24 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-otr/gaim-otr-2.0.2.ebuild,v 1.1.1.1 2005/11/30 10:10:52 chriswhite Exp $
inherit flag-o-matic eutils debug
@@ -10,7 +10,7 @@ SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64 ~sparc"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
DEPEND=">=net-libs/libotr-2.0.2
@@ -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() {