diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-22 03:59:54 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-22 03:59:54 +0000 |
commit | 4a843d6691289276cf25dd56e3f10335bc3d53db (patch) | |
tree | c85e6e98dc0d9ec5f008923c6608a58353b6cbcb /net-libs/libotr/libotr-3.1.0.ebuild | |
parent | Also require gst-plugins-meta to get sinks and sources (diff) | |
download | gentoo-2-4a843d6691289276cf25dd56e3f10335bc3d53db.tar.gz gentoo-2-4a843d6691289276cf25dd56e3f10335bc3d53db.tar.bz2 gentoo-2-4a843d6691289276cf25dd56e3f10335bc3d53db.zip |
Build with parallel make, remove -j1, bug #235990
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-libs/libotr/libotr-3.1.0.ebuild')
-rw-r--r-- | net-libs/libotr/libotr-3.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libotr/libotr-3.1.0.ebuild b/net-libs/libotr/libotr-3.1.0.ebuild index bd6d481ab56f..e572be8862e0 100644 --- a/net-libs/libotr/libotr-3.1.0.ebuild +++ b/net-libs/libotr/libotr-3.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.7 2008/03/27 16:41:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libotr/libotr-3.1.0.ebuild,v 1.8 2009/08/22 03:59:54 tester Exp $ inherit flag-o-matic eutils @@ -21,7 +21,7 @@ src_compile() { replace-flags -O? -O2 econf || die "econf failed" - emake -j1 || die "Make failed" + emake || die "Make failed" } src_install() { |