diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:11:55 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 7bd4095b49370e3d86bf700e874270a573b5f618 (patch) | |
tree | f67e8200a506e98801f418a2bf221c2b758b633f /app-accessibility | |
parent | dev-perl/Tk: Copy from dev-perl/perl-tk (diff) | |
download | gentoo-7bd4095b49370e3d86bf700e874270a573b5f618.tar.gz gentoo-7bd4095b49370e3d86bf700e874270a573b5f618.tar.bz2 gentoo-7bd4095b49370e3d86bf700e874270a573b5f618.zip |
app-accessibility/perlbox-voice: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild index 2da32ced1085..f6bd74706b11 100644 --- a/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild +++ b/app-accessibility/perlbox-voice/perlbox-voice-0.09-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" RDEPEND="dev-lang/perl - dev-perl/perl-tk + dev-perl/Tk app-accessibility/sphinx2 app-accessibility/festival app-accessibility/mbrola" |