diff options
author | 2017-03-19 16:29:22 +1300 | |
---|---|---|
committer | 2017-03-19 16:50:04 +1300 | |
commit | 65fc1b2daa5aeb06e7751a9319080b4361bb9bbd (patch) | |
tree | e0105b933c0a0e36d9dff9c1c1d57142c7beff53 /media-tv | |
parent | media-sound/volwheel: Fix dep on dev-perl/Gtk2 (diff) | |
download | gentoo-65fc1b2daa5aeb06e7751a9319080b4361bb9bbd.tar.gz gentoo-65fc1b2daa5aeb06e7751a9319080b4361bb9bbd.tar.bz2 gentoo-65fc1b2daa5aeb06e7751a9319080b4361bb9bbd.zip |
media-tv/ivtvplayer: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 4 |
1 files 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 89ae98c6b322..4dbdb1a2f761 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="" |