diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:35:34 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-03-19 16:50:07 +1300 |
commit | b42cd47fe6ff2569aeecaa911bdef6d3c7769efa (patch) | |
tree | 5622e72b39b7dca16ab6d18d4789622ac8b2d648 /x11-misc/iconbox | |
parent | sys-apps/pcsc-tools: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-b42cd47fe6ff2569aeecaa911bdef6d3c7769efa.tar.gz gentoo-b42cd47fe6ff2569aeecaa911bdef6d3c7769efa.tar.bz2 gentoo-b42cd47fe6ff2569aeecaa911bdef6d3c7769efa.zip |
x11-misc/iconbox: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'x11-misc/iconbox')
-rw-r--r-- | x11-misc/iconbox/iconbox-0.2.ebuild | 4 |
1 files 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() { :; } |