diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-07-14 00:12:02 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-07-14 00:12:02 +0000 |
commit | e2efb1b600f8d847595f9464049b653912b7f712 (patch) | |
tree | 8551dfa672a977f630b57742010d37d74e6e9c69 /app-accessibility | |
parent | Reverted change to emake -j1. Parallel make does not work. Closes bug #326493 (diff) | |
download | gentoo-2-e2efb1b600f8d847595f9464049b653912b7f712.tar.gz gentoo-2-e2efb1b600f8d847595f9464049b653912b7f712.tar.bz2 gentoo-2-e2efb1b600f8d847595f9464049b653912b7f712.zip |
Reverted change to emake -j1. Parallel make does not work. Closes bug #326453
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/festival/festival-2.0.95_beta.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index f00463713610..ee2476be836f 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/festival # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.90 2010/06/30 15:09:12 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.91 2010/07/14 00:12:02 neurogeek Exp $ + + 13 Jul 2010; Jesus Rivero <neurogeek@gentoo.org> + festival-2.0.95_beta.ebuild: + Reverted change to emake -j1. Parallel make does not work. Closes bug + #326453 *festival-2.0.95_beta (30 Jun 2010) diff --git a/app-accessibility/festival/festival-2.0.95_beta.ebuild b/app-accessibility/festival/festival-2.0.95_beta.ebuild index d76eeed9b867..db35ad821b52 100644 --- a/app-accessibility/festival/festival-2.0.95_beta.ebuild +++ b/app-accessibility/festival/festival-2.0.95_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.0.95_beta.ebuild,v 1.1 2010/06/30 15:09:12 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.0.95_beta.ebuild,v 1.2 2010/07/14 00:12:02 neurogeek Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -66,7 +66,7 @@ src_configure() { } src_compile() { - emake PROJECT_LIBDEPS="" REQUIRED_LIBDEPS="" LOCAL_LIBDEPS="" \ + emake -j1 PROJECT_LIBDEPS="" REQUIRED_LIBDEPS="" LOCAL_LIBDEPS="" \ OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" \ CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed" } |