summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-09-22 15:00:26 +0000
committerSteve Dibb <beandog@gentoo.org>2006-09-22 15:00:26 +0000
commit9aa2441ee6c997543df021526a4963682d95f5fa (patch)
treeb53937b66bc1f74f1fc9a49151a805172113bc0f /media-tv
parentNew upstream release, various bug fixes and also experimental csv export (diff)
downloadgentoo-2-9aa2441ee6c997543df021526a4963682d95f5fa.tar.gz
gentoo-2-9aa2441ee6c997543df021526a4963682d95f5fa.tar.bz2
gentoo-2-9aa2441ee6c997543df021526a4963682d95f5fa.zip
Remove ivtv USE flag
(Portage version: 2.1.1)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/ChangeLog5
-rw-r--r--media-tv/mythtv/mythtv-0.20_p11244.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 56d9b21f806b..64274a6b0ef8 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.117 2006/09/20 03:34:34 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.118 2006/09/22 15:00:26 beandog Exp $
+
+ 22 Sep 2006; Steve Dibb <beandog@gentoo.org> mythtv-0.20_p11244.ebuild:
+ Remove ivtv USE flag
*mythtv-0.20_p11244 (20 Sep 2006)
diff --git a/media-tv/mythtv/mythtv-0.20_p11244.ebuild b/media-tv/mythtv/mythtv-0.20_p11244.ebuild
index 436f83568b55..8bc2f282f836 100644
--- a/media-tv/mythtv/mythtv-0.20_p11244.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p11244.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11244.ebuild,v 1.3 2006/09/20 13:02:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11244.ebuild,v 1.4 2006/09/22 15:00:26 beandog Exp $
inherit mythtv flag-o-matic multilib eutils debug qt3
@@ -10,7 +10,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE_VIDEO_CARDS="video_cards_i810 video_cards_nvidia video_cards_via"
-IUSE="alsa altivec backendonly crciprec debug dbox2 dts dvb dvd freebox frontendonly hdhomerun ieee1394 ivtv jack joystick lcd lirc mmx vorbis opengl perl xvmc ${IUSE_VIDEO_CARDS}"
+IUSE="alsa altivec backendonly crciprec debug dbox2 dts dvb dvd freebox frontendonly hdhomerun ieee1394 jack joystick lcd lirc mmx vorbis opengl perl xvmc ${IUSE_VIDEO_CARDS}"
RDEPEND=">=media-libs/freetype-2.0
>=media-sound/lame-3.93.1
@@ -34,7 +34,6 @@ RDEPEND=">=media-libs/freetype-2.0
dvd? ( media-libs/libdvdnav
media-libs/libdts )
dvb? ( media-libs/libdvb media-tv/linuxtv-dvb-headers )
- ivtv? ( media-tv/ivtv )
jack? ( media-sound/jack-audio-connection-kit )
lcd? ( app-misc/lcdproc )
lirc? ( app-misc/lirc )
@@ -113,7 +112,6 @@ src_compile() {
use alsa || myconf="${myconf} --disable-audio-alsa"
use jack || myconf="${myconf} --disable-audio-jack"
use dts || myconf="${myconf} --disable-dts"
- use ivtv || myconf="${myconf} --disable-ivtv"
use freebox || myconf="${myconf} --disable-freebox"
use dbox2 || myconf="${myconf} --disable-dbox2"
use hdhomerun || myconf="${myconf} --disable-hdhomerun"