summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-03-01 22:12:37 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-03-01 22:12:37 +0000
commit4e8f9279a6040651f2a97d6ae1394b2609dd6346 (patch)
treef07c7591a9450c09d969e654a98bd1d8d44f44b0 /app-accessibility/speech-dispatcher
parentVersion bump. (diff)
downloadgentoo-2-4e8f9279a6040651f2a97d6ae1394b2609dd6346.tar.gz
gentoo-2-4e8f9279a6040651f2a97d6ae1394b2609dd6346.tar.bz2
gentoo-2-4e8f9279a6040651f2a97d6ae1394b2609dd6346.zip
Reverting fix as it causes breakage in other places
(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.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog
index 2f1c91c1500f..220d5b74f447 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.62 2010/03/01 21:07:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.63 2010/03/01 22:12:37 patrick Exp $
+
+ 01 Mar 2010; Patrick Lauer <patrick@gentoo.org>
+ speech-dispatcher-0.6.7-r1.ebuild:
+ Reverting fix as it causes breakage in other places
01 Mar 2010; Patrick Lauer <patrick@gentoo.org>
speech-dispatcher-0.6.7-r1.ebuild:
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 ada456c9bd36..4e4b8d1a0d81 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.5 2010/03/01 21:07:22 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.6 2010/03/01 22:12:37 patrick Exp $
EAPI="3"
PATCHVER=1
@@ -30,8 +30,7 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}/speech-dispatcher-mutils.patch" \
- "${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch"
+ EPATCH_SUFFIX="patch" epatch
eautoreconf
sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
}