summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-03-01 21:07:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-03-01 21:07:22 +0000
commitec0f7148f6b638e95a9aabb72bbd3f6365f097d5 (patch)
treeb23473954a796bd45ee5c26c3b38d27c9a161b42 /app-accessibility/speech-dispatcher
parentFixing compile failure, fixes #307341. Thanks to Renato Gallo. (diff)
downloadgentoo-2-ec0f7148f6b638e95a9aabb72bbd3f6365f097d5.tar.gz
gentoo-2-ec0f7148f6b638e95a9aabb72bbd3f6365f097d5.tar.bz2
gentoo-2-ec0f7148f6b638e95a9aabb72bbd3f6365f097d5.zip
Quoting
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r--app-accessibility/speech-dispatcher/ChangeLog6
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog
index 2bc0cc407ec9..2f1c91c1500f 100644
--- a/app-accessibility/speech-dispatcher/ChangeLog
+++ b/app-accessibility/speech-dispatcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.61 2010/03/01 21:05:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.62 2010/03/01 21:07:22 patrick Exp $
+
+ 01 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+ speech-dispatcher-0.6.7-r1.ebuild:
+ Quoting
01 Mar 2010; Patrick Lauer <patrick@gentoo.org>
speech-dispatcher-0.6.7-r1.ebuild, +files/speech-dispatcher-mutils.patch:
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild
index 4e7eea8cf758..ada456c9bd36 100644
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild
+++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.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/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.4 2010/03/01 21:05:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.5 2010/03/01 21:07:22 patrick Exp $
EAPI="3"
PATCHVER=1
@@ -30,8 +30,8 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- epatch ${FILESDIR}/speech-dispatcher-mutils.patch \
- ${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch
+ epatch "${FILESDIR}/speech-dispatcher-mutils.patch" \
+ "${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch"
eautoreconf
sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
}