summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-09-26 03:46:43 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-09-26 03:46:43 +0000
commitc9ed40aba19364af3ef6db0a399d48fa32624198 (patch)
tree4ec2f568c11e74ca751ff19308fd164112a34cfc
parentStable x86; good thing I have windows around for visio :( (diff)
downloadgentoo-2-c9ed40aba19364af3ef6db0a399d48fa32624198.tar.gz
gentoo-2-c9ed40aba19364af3ef6db0a399d48fa32624198.tar.bz2
gentoo-2-c9ed40aba19364af3ef6db0a399d48fa32624198.zip
revision 11281 was based off the bad 11244 snap
(Portage version: 2.1.2_pre1-r2)
-rw-r--r--media-tv/mythtv/mythtv-0.20_p11281.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/media-tv/mythtv/mythtv-0.20_p11281.ebuild b/media-tv/mythtv/mythtv-0.20_p11281.ebuild
index 4e43a2b408a5..a7dd9e5f0501 100644
--- a/media-tv/mythtv/mythtv-0.20_p11281.ebuild
+++ b/media-tv/mythtv/mythtv-0.20_p11281.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_p11281.ebuild,v 1.1 2006/09/25 19:56:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11281.ebuild,v 1.2 2006/09/26 03:46:43 cardoe 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"