summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-03-19 16:37:39 +1300
committerKent Fredric <kentnl@gentoo.org>2017-03-19 16:50:08 +1300
commitb811f844930b7e075f67b8faf3669c7426993f1e (patch)
treeb3346d81ade826d68a22cc83a5dddef69db11e3a /x11-wm/fvwm
parentx11-misc/iconbox: Fix dep on dev-perl/Gtk2 (diff)
downloadgentoo-b811f844930b7e075f67b8faf3669c7426993f1e.tar.gz
gentoo-b811f844930b7e075f67b8faf3669c7426993f1e.tar.bz2
gentoo-b811f844930b7e075f67b8faf3669c7426993f1e.zip
x11-wm/fvwm: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r--x11-wm/fvwm/fvwm-2.6.5-r1.ebuild6
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"