commit: b42cd47fe6ff2569aeecaa911bdef6d3c7769efa
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:35:34 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b42cd47f
x11-misc/iconbox: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
x11-misc/iconbox/iconbox-0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/iconbox/iconbox-0.2.ebuild
b/x11-misc/iconbox/iconbox-0.2.ebuild
index 0929dd87e10..7a1b08baee6 100644
--- a/x11-misc/iconbox/iconbox-0.2.ebuild
+++ b/x11-misc/iconbox/iconbox-0.2.ebuild
@@ -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() { :; }