diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-12 05:20:10 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-12 05:20:10 +0000 |
commit | 76712cf6b3567df5c342eb5856d839961e0f94ee (patch) | |
tree | 15c738cddd53887c286d5b7a3186187799d69858 /media-tv | |
parent | Pruned old ebuild. Made documentation building tools compile-time dependencie... (diff) | |
download | gentoo-2-76712cf6b3567df5c342eb5856d839961e0f94ee.tar.gz gentoo-2-76712cf6b3567df5c342eb5856d839961e0f94ee.tar.bz2 gentoo-2-76712cf6b3567df5c342eb5856d839961e0f94ee.zip |
Some tweaks for compiling
(Portage version: 2.1.1)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11154.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/media-tv/mythtv/mythtv-0.20_p11154.ebuild b/media-tv/mythtv/mythtv-0.20_p11154.ebuild index 0167801a3e16..145079134e28 100644 --- a/media-tv/mythtv/mythtv-0.20_p11154.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11154.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_p11154.ebuild,v 1.1 2006/09/12 02:44:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11154.ebuild,v 1.2 2006/09/12 05:20:10 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -123,9 +123,7 @@ src_compile() { $(use_enable joystick joystick-menu) $(use_enable dbox2) $(use_enable dvb) - $(use_enable dvb dvb-eit) --dvb-path=/usr/include - $(use_enable dvd) $(use_enable opengl opengl-vsync) $(use_enable ieee1394 firewire) --enable-xrandr |