diff options
-rw-r--r-- | x11-wm/fvwm/fvwm-2.6.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild index 4adae0f6d4bc..202190bfb62f 100644 --- a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild +++ b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -46,7 +46,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} dev-lang/perl - gtk2-perl? ( dev-perl/gtk2-perl ) + gtk2-perl? ( dev-perl/Gtk2 ) perl? ( tk? ( dev-lang/tk dev-perl/Tk @@ -136,7 +136,7 @@ src_install() { fi fi - # Now, the Gtk2.pm file, it will require dev-perl/gtk2-perl + # Now, the Gtk2.pm file, it will require dev-perl/Gtk2 # so it implies gtk2 as well. That's why we need another use flag. if ! use gtk2-perl; then rm -f "${D}/usr/share/fvwm/perllib/FVWM/Module/Gtk2.pm" |