diff options
author | 2011-03-04 20:12:51 +0000 | |
---|---|---|
committer | 2011-03-04 20:12:51 +0000 | |
commit | 291143fed924db7a58f54f016d0585f35a46b617 (patch) | |
tree | 9a736777ec7cd97c7731ca346d53f037cafa4f6b | |
parent | Version bump. Use EAPI 4 and autotools-utils eclass. (diff) | |
download | gentoo-2-291143fed924db7a58f54f016d0585f35a46b617.tar.gz gentoo-2-291143fed924db7a58f54f016d0585f35a46b617.tar.bz2 gentoo-2-291143fed924db7a58f54f016d0585f35a46b617.zip |
fix dependencies on speech-tools for bug #357251.
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
4 files changed, 15 insertions, 11 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index ee2476be836f..51b6642628bb 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,10 @@ # 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.91 2010/07/14 00:12:02 neurogeek Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.92 2011/03/04 20:12:51 williamh Exp $ + + 04 Mar 2011; William Hubbs <williamh@gentoo.org> festival-1.96_beta.ebuild, + festival-1.96_beta-r1.ebuild, festival-2.0.95_beta.ebuild: + fix dependencies on speech-tools for bug #357251. 13 Jul 2010; Jesus Rivero <neurogeek@gentoo.org> festival-2.0.95_beta.ebuild: diff --git a/app-accessibility/festival/festival-1.96_beta-r1.ebuild b/app-accessibility/festival/festival-1.96_beta-r1.ebuild index f5601db1d69a..72735e3b2d97 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 +# Copyright 1999-2011 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.6 2010/06/30 14:32:59 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta-r1.ebuild,v 1.7 2011/03/04 20:12:51 williamh 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-2.0.95_beta" +SP_DEPEND="~app-accessibility/speech-tools-1.2.96_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 f38acfb335f2..bb0a1344d24d 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-2010 Gentoo Foundation +# Copyright 1999-2011 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.14 2010/06/30 14:32:59 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta.ebuild,v 1.15 2011/03/04 20:12:51 williamh 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-2.0.95_beta" +SP_DEPEND="~app-accessibility/speech-tools-1.2.96_beta" DEPEND="${SP_DEPEND} alsa? ( media-sound/alsa-utils )" diff --git a/app-accessibility/festival/festival-2.0.95_beta.ebuild b/app-accessibility/festival/festival-2.0.95_beta.ebuild index db35ad821b52..a690227dd47e 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 +# Copyright 1999-2011 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.2 2010/07/14 00:12:02 neurogeek Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.0.95_beta.ebuild,v 1.3 2011/03/04 20:12:51 williamh Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="alsa" -SP_DEPEND=">=app-accessibility/speech-tools-2.0.95_beta" +SP_DEPEND="~app-accessibility/speech-tools-2.0.95_beta" DEPEND="${SP_DEPEND} alsa? ( media-sound/alsa-utils )" |