summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2010-07-14 00:12:02 +0000
committerJesus Rivero <neurogeek@gentoo.org>2010-07-14 00:12:02 +0000
commitd8ed2368c2a5df746a1a99759cf6cc6d358c534c (patch)
tree84390a717c4837dd901ab4c0711ba4461dc6ed2a /app-accessibility/festival
parentReverted change to emake -j1. Parallel make does not work. Closes bug #326493 (diff)
downloadhistorical-d8ed2368c2a5df746a1a99759cf6cc6d358c534c.tar.gz
historical-d8ed2368c2a5df746a1a99759cf6cc6d358c534c.tar.bz2
historical-d8ed2368c2a5df746a1a99759cf6cc6d358c534c.zip
Reverted change to emake -j1. Parallel make does not work. Closes bug #326453
Package-Manager: portage-2.2_rc67/cvs/Linux i686
Diffstat (limited to 'app-accessibility/festival')
-rw-r--r--app-accessibility/festival/ChangeLog7
-rw-r--r--app-accessibility/festival/festival-2.0.95_beta.ebuild4
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"
}