x11-misc/iconbox: Fix dep on dev-perl/Gtk2
authorKent Fredric <kentnl@gentoo.org>
Sun, 19 Mar 2017 03:35:34 +0000 (16:35 +1300)
committerKent Fredric <kentnl@gentoo.org>
Sun, 19 Mar 2017 03:50:07 +0000 (16:50 +1300)
Package-Manager: Portage-2.3.4, Repoman-2.3.2

x11-misc/iconbox/iconbox-0.2.ebuild

index 0929dd87e10ce3d4605ef50b8642cbe8d9ebbe9b..7a1b08baee6511786ff901ddf51c7f44b3145e8a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/gtk+:2
-       dev-perl/gtk2-perl"
+       dev-perl/Gtk2"
 DEPEND="${RDEPEND}"
 
 src_compile() { :; }