commit: 65fc1b2daa5aeb06e7751a9319080b4361bb9bbd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:29:22 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:50:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65fc1b2d
media-tv/ivtvplayer: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
index 89ae98c6b32..4dbdb1a2f76 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-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="2"
@@ -17,7 +17,7 @@ RDEPEND="media-tv/v4l-utils
media-video/mplayer[dvb] )
media-sound/alsa-utils
dev-perl/XML-Simple
- gtk? ( dev-perl/gtk2-perl )
+ gtk? ( dev-perl/Gtk2 )
xosd? ( dev-perl/X-Osd )
>=dev-perl/Lirc-Client-1.50"
DEPEND=""