dev-perl/Tk-CursorControl: Fix dependency on dev-perl/Tk
authorKent Fredric <kentfredric@gmail.com>
Sat, 12 Mar 2016 03:16:39 +0000 (16:16 +1300)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 14 Mar 2016 23:06:37 +0000 (00:06 +0100)
Package-Manager: portage-2.2.27

dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild

index c40ada1ba316480304c2e4134869f0f824c5729a..a0e12ebf3492ab54617c5fb9803a61c9f7c4d266 100644 (file)
@@ -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$
 
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="amd64 ia64 sparc x86"
 IUSE=""
 
-RDEPEND="dev-perl/perl-tk"
+RDEPEND="dev-perl/Tk"
 DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/0.4-demo.patch" )