diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-12-29 14:31:29 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-12-29 15:08:09 +0100 |
commit | 91d87afd2533542530db04819cea34199f5248f5 (patch) | |
tree | a798325b83cd0b85029a3ecb569da4c633aca049 /app-accessibility | |
parent | dev-perl/Coro: Remove old (diff) | |
download | gentoo-91d87afd2533542530db04819cea34199f5248f5.tar.gz gentoo-91d87afd2533542530db04819cea34199f5248f5.tar.bz2 gentoo-91d87afd2533542530db04819cea34199f5248f5.zip |
app-accessibility/festival: add missing rdepend on alsa-utils, bug #550266
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival/festival-2.1-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-accessibility/festival/festival-2.1-r1.ebuild b/app-accessibility/festival/festival-2.1-r1.ebuild index d840aee19413..1dcfcaec4df8 100644 --- a/app-accessibility/festival/festival-2.1-r1.ebuild +++ b/app-accessibility/festival/festival-2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -29,7 +29,9 @@ IUSE="" DEPEND="~app-accessibility/speech-tools-2.1 >=sys-libs/ncurses-5.6-r2" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + media-sound/alsa-utils +" S=${WORKDIR}/festival |