summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-wm/fvwm/fvwm-2.6.5-r1.ebuild6
-rw-r--r--x11-wm/fvwm/fvwm-2.6.7.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.5-r1.ebuild
index ec04c4b4..4227387e 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 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -48,7 +48,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
@@ -137,7 +137,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 -- "${ED}/usr/share/fvwm/perllib/FVWM/Module/Gtk2.pm" || die
diff --git a/x11-wm/fvwm/fvwm-2.6.7.ebuild b/x11-wm/fvwm/fvwm-2.6.7.ebuild
index 01a20a86..c28ea91b 100644
--- a/x11-wm/fvwm/fvwm-2.6.7.ebuild
+++ b/x11-wm/fvwm/fvwm-2.6.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016 Gentoo Foundation
+# Copyright 2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -48,7 +48,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
@@ -137,7 +137,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 -- "${ED}/usr/share/fvwm/perllib/FVWM/Module/Gtk2.pm" || die