diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-11-05 23:07:01 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-11-05 23:07:01 +0000 |
commit | 35abef11d72189339668a9add2742deb237d5789 (patch) | |
tree | 10f9e3cae3893ab6920e584a13f22acee578b60a /media-tv | |
parent | Moved net-www/bugport to www-apps/bugport (diff) | |
download | gentoo-2-35abef11d72189339668a9add2742deb237d5789.tar.gz gentoo-2-35abef11d72189339668a9add2742deb237d5789.tar.bz2 gentoo-2-35abef11d72189339668a9add2742deb237d5789.zip |
Swore I deleted that vsync patch line
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11626.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/media-tv/mythtv/mythtv-0.20_p11626.ebuild b/media-tv/mythtv/mythtv-0.20_p11626.ebuild index 403fb496acbd..3061829c245f 100644 --- a/media-tv/mythtv/mythtv-0.20_p11626.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11626.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_p11626.ebuild,v 1.1 2006/11/05 20:06:01 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11626.ebuild,v 1.2 2006/11/05 23:07:01 cardoe Exp $ inherit mythtv flag-o-matic multilib eutils debug qt3 @@ -100,10 +100,6 @@ src_unpack() { # As needed fix since they don't know how to write qmake let alone a real # make system epatch "${FILESDIR}"/${PN}-${MY_PV}-as-needed.patch - - # Seriously... testing.. or maybe seeing if the OpenGL spec says these are - # public... or checking mesa before assuming they're there - epatch "${FILESDIR}"/${PN}-${MY_PV}-vsync.patch } src_compile() { |