diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-12 16:18:09 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-15 00:06:37 +0100 |
commit | 8baf9ddd419d1653ac73ddb2a58787531a2d9e4e (patch) | |
tree | e139faaefe3cef78ff3ccecf6e345ca2560ace49 /dev-perl/tkispell | |
parent | dev-perl/Tk-TableMatrix: Fix dependency on dev-perl/Tk (diff) | |
download | gentoo-8baf9ddd419d1653ac73ddb2a58787531a2d9e4e.tar.gz gentoo-8baf9ddd419d1653ac73ddb2a58787531a2d9e4e.tar.bz2 gentoo-8baf9ddd419d1653ac73ddb2a58787531a2d9e4e.zip |
dev-perl/tkispell: Fix dependency on dev-perl/Tk
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/tkispell')
-rw-r--r-- | dev-perl/tkispell/tkispell-0.180.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/tkispell/tkispell-0.180.0.ebuild b/dev-perl/tkispell/tkispell-0.180.0.ebuild index c2123eeb6e77..1c1d2ca05b42 100644 --- a/dev-perl/tkispell/tkispell-0.180.0.ebuild +++ b/dev-perl/tkispell/tkispell-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ IUSE="" RDEPEND=" app-text/aspell - dev-perl/perl-tk + dev-perl/Tk virtual/perl-Carp " DEPEND="${RDEPEND}" |