commit: e2f0001888fd13e76f33cf89cf4df3db12d4858d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:28:28 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f00018
media-sound/volwheel: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-sound/volwheel/volwheel-0.2.8-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
index 1adf08cde9f..cf495d5fa7b 100644
--- a/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
+++ b/media-sound/volwheel/volwheel-0.2.8-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ IUSE="alsa"
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
- dev-perl/gtk2-perl
+ dev-perl/Gtk2
alsa? ( media-sound/alsa-utils )"
src_prepare() {