diff options
Diffstat (limited to 'x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild')
-rw-r--r-- | x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild b/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild index 716a906efe4a..ce7d1359ca8f 100644 --- a/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild +++ b/x11-plugins/gaim-encryption/gaim-encryption-2.38.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.38.ebuild,v 1.4 2005/07/07 03:42:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-encryption/gaim-encryption-2.38.ebuild,v 1.5 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() { |