commit:     b811f844930b7e075f67b8faf3669c7426993f1e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:37:39 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b811f844

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(-)

diff --git a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild
index 4adae0f6d4b..202190bfb62 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"

Reply via email to