diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2012-04-17 13:22:28 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2012-04-17 13:22:28 +0000 |
commit | b5155d0d732592003d6d4b7d309939ba3269d513 (patch) | |
tree | d3a45d132126eb3892904c68f033195b853749df /app-accessibility | |
parent | Fix build with libav-0.8.1 (bug 409725). (diff) | |
download | gentoo-2-b5155d0d732592003d6d4b7d309939ba3269d513.tar.gz gentoo-2-b5155d0d732592003d6d4b7d309939ba3269d513.tar.bz2 gentoo-2-b5155d0d732592003d6d4b7d309939ba3269d513.zip |
Dropped alsa-lib support as speech-tools already handles it. Closes bug #380501
(Portage version: 2.2.0_alpha100/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/festival/festival-2.1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index 2a235c40ebbb..a6c8cab505c9 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/festival -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.102 2011/12/29 22:12:07 halcy0n Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.103 2012/04/17 13:22:28 neurogeek Exp $ + + 17 Apr 2012; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild: + Dropped alsa-lib support as speech-tools already handles it. Closes bug + #380501 29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> festival-2.1.ebuild: Stable for ppc/ppc64; bug #380775 diff --git a/app-accessibility/festival/festival-2.1.ebuild b/app-accessibility/festival/festival-2.1.ebuild index cf607d478d56..c1b0bc0f5a30 100644 --- a/app-accessibility/festival/festival-2.1.ebuild +++ b/app-accessibility/festival/festival-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.9 2011/12/29 22:12:07 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.10 2012/04/17 13:22:28 neurogeek Exp $ EAPI="2" inherit eutils toolchain-funcs @@ -28,8 +28,7 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" DEPEND="~app-accessibility/speech-tools-2.1 - >=sys-libs/ncurses-5.6-r2 - >=media-libs/alsa-lib-1.0.23" + >=sys-libs/ncurses-5.6-r2" RDEPEND="${DEPEND}" S=${WORKDIR}/festival |