diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-06-30 14:32:59 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-06-30 14:32:59 +0000 |
commit | 49b7010a26c9c56c910c7374dc109c035f40ae79 (patch) | |
tree | ecce4ffddd09caf002daf5abc3faade6402bc24c /app-accessibility/festival | |
parent | Correct description. (diff) | |
download | gentoo-2-49b7010a26c9c56c910c7374dc109c035f40ae79.tar.gz gentoo-2-49b7010a26c9c56c910c7374dc109c035f40ae79.tar.bz2 gentoo-2-49b7010a26c9c56c910c7374dc109c035f40ae79.zip |
Changed DEPS on app-accessibility/speech-tools to prepare for the new speech-tools/festival versions.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-accessibility/festival')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.96_beta-r1.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.96_beta.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index b03b3d11fb24..cd41783686a9 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.88 2010/05/19 15:58:14 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.89 2010/06/30 14:32:59 neurogeek Exp $ + + 30 Jun 2010; Jesus Rivero <neurogeek@gentoo.org> + festival-1.96_beta.ebuild, festival-1.96_beta-r1.ebuild: + Changed DEPS on app-accessibility/speech-tools to prepare for the new + speech-tools/festival versions. 19 May 2010; Jesus Rivero <neurogeek@gentoo.org> festival-1.96_beta-r1.ebuild: diff --git a/app-accessibility/festival/festival-1.96_beta-r1.ebuild b/app-accessibility/festival/festival-1.96_beta-r1.ebuild index 11296eef0b1e..f5601db1d69a 100644 --- a/app-accessibility/festival/festival-1.96_beta-r1.ebuild +++ b/app-accessibility/festival/festival-1.96_beta-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/festival/festival-1.96_beta-r1.ebuild,v 1.5 2010/05/19 15:58:14 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta-r1.ebuild,v 1.6 2010/06/30 14:32:59 neurogeek Exp $ inherit eutils toolchain-funcs @@ -28,7 +28,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="alsa mbrola" -SP_DEPEND=">=app-accessibility/speech-tools-1.2.96_beta" +SP_DEPEND="<app-accessibility/speech-tools-2.0.95_beta" DEPEND="${SP_DEPEND} alsa? ( media-sound/alsa-utils )" diff --git a/app-accessibility/festival/festival-1.96_beta.ebuild b/app-accessibility/festival/festival-1.96_beta.ebuild index 0666f45340f3..f38acfb335f2 100644 --- a/app-accessibility/festival/festival-1.96_beta.ebuild +++ b/app-accessibility/festival/festival-1.96_beta.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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-1.96_beta.ebuild,v 1.13 2009/11/01 18:52:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta.ebuild,v 1.14 2010/06/30 14:32:59 neurogeek Exp $ inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="alsa mbrola" -SP_DEPEND=">=app-accessibility/speech-tools-1.2.96_beta" +SP_DEPEND="<app-accessibility/speech-tools-2.0.95_beta" DEPEND="${SP_DEPEND} alsa? ( media-sound/alsa-utils )" |