From b42cd47fe6ff2569aeecaa911bdef6d3c7769efa Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 19 Mar 2017 16:35:34 +1300 Subject: [PATCH] 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 0929dd87e10c..7a1b08baee65 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() { :; } -- 2.26.2