summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-06-02 12:37:26 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-06-02 12:37:26 +0300
commitbca62570ee70e5c331a1ea5619fd19c5b81c6948 (patch)
treef5fbdda1edcc6a814b86c279b4adda4079462c34 /media-tv/ivtvplayer
parentmedia-tv/ivtvplayer: Drop old (diff)
downloadgentoo-bca62570ee70e5c331a1ea5619fd19c5b81c6948.tar.gz
gentoo-bca62570ee70e5c331a1ea5619fd19c5b81c6948.tar.bz2
gentoo-bca62570ee70e5c331a1ea5619fd19c5b81c6948.zip
media-tv/ivtvplayer: restore gtk properly
Package-Manager: Portage-2.3.40, Repoman-2.3.7
Diffstat (limited to 'media-tv/ivtvplayer')
-rw-r--r--media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
index f9d1e9308789..87acc4c1bb8f 100644
--- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
+++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r2.ebuild
@@ -10,14 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="gtk"
RDEPEND="media-tv/v4l-utils
|| ( media-video/mplayer[v4l]
media-video/mplayer[dvb] )
media-sound/alsa-utils
dev-perl/XML-Simple
- dev-perl/Gtk2
+ gtk? ( dev-perl/Gtk2 )
dev-perl/X-Osd
>=dev-perl/Lirc-Client-1.50"
DEPEND="${RDEPEND}"