games-util/umodpack: Fix dependency on dev-perl/Tk
authorKent Fredric <kentfredric@gmail.com>
Sat, 12 Mar 2016 03:18:41 +0000 (16:18 +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

games-util/umodpack/umodpack-0.5_beta16-r2.ebuild

index 117e06b1a253274a6d8856ecc6577862f6a31a4e..2a939793eda80b84d23defee0c8fabae338c4747 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$
 
@@ -19,7 +19,7 @@ IUSE="tk"
 DEPEND="virtual/perl-IO-Compress
        dev-perl/Archive-Zip
        dev-perl/Tie-IxHash
-       tk? ( dev-perl/perl-tk )"
+       tk? ( dev-perl/Tk )"
 
 S=${WORKDIR}/${MY_P}
 SRC_TEST="do parallel"