Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/festival/
Date: Thu, 29 Dec 2016 14:08:20
Message-Id: 1483020489.91d87afd2533542530db04819cea34199f5248f5.aballier@gentoo
1 commit: 91d87afd2533542530db04819cea34199f5248f5
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 13:31:29 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 14:08:09 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d87afd
7
8 app-accessibility/festival: add missing rdepend on alsa-utils, bug #550266
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-accessibility/festival/festival-2.1-r1.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/app-accessibility/festival/festival-2.1-r1.ebuild b/app-accessibility/festival/festival-2.1-r1.ebuild
16 index d840aee..1dcfcae 100644
17 --- a/app-accessibility/festival/festival-2.1-r1.ebuild
18 +++ b/app-accessibility/festival/festival-2.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -29,7 +29,9 @@ IUSE=""
26
27 DEPEND="~app-accessibility/speech-tools-2.1
28 >=sys-libs/ncurses-5.6-r2"
29 -RDEPEND="${DEPEND}"
30 +RDEPEND="${DEPEND}
31 + media-sound/alsa-utils
32 +"
33
34 S=${WORKDIR}/festival