From b811f844930b7e075f67b8faf3669c7426993f1e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 19 Mar 2017 16:37:39 +1300 Subject: x11-wm/fvwm: Fix dep on dev-perl/Gtk2 Package-Manager: Portage-2.3.4, Repoman-2.3.2 --- x11-wm/fvwm/fvwm-2.6.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11-wm/fvwm') 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" -- cgit v1.2.3-65-gdbad