diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-12-12 19:35:05 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-12-12 19:35:05 +0000 |
commit | 686158111f36faf8f7407554fa8538dcdef5f5f8 (patch) | |
tree | 491d78065b22815602897e2ea98cc1daf3321e55 /media-tv/mythtv | |
parent | amd64 stable, bug 239341 (diff) | |
download | gentoo-2-686158111f36faf8f7407554fa8538dcdef5f5f8.tar.gz gentoo-2-686158111f36faf8f7407554fa8538dcdef5f5f8.tar.bz2 gentoo-2-686158111f36faf8f7407554fa8538dcdef5f5f8.zip |
amd64 stable, bug 239341
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo x86_64, RepoMan options: --force)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index af6364d2830e..5aa43af7ffdd 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.264 2008/11/17 22:51:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.265 2008/12/12 19:35:05 beandog Exp $ + + 12 Dec 2008; Steve Dibb <beandog@gentoo.org> mythtv-0.21_p18314-r1.ebuild: + amd64 stable, bug 239341 17 Nov 2008; Doug Goldstein <cardoe@gentoo.org> files/mythtv-0.21-bttv.patch, diff --git a/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild b/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild index 5fa246396ea4..050d4407162a 100644 --- a/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild +++ b/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild,v 1.2 2008/11/17 16:34:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_p18314-r1.ebuild,v 1.3 2008/12/12 19:35:05 beandog Exp $ EAPI=1 inherit flag-o-matic multilib eutils qt3 mythtv toolchain-funcs python confutils DESCRIPTION="Homebrew PVR project" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE_VIDEO_CARDS="video_cards_nvidia" IUSE="aac alsa altivec autostart debug directv dvb dvd fftw ieee1394 jack lcd \ @@ -84,7 +84,7 @@ src_unpack() { # Perl bits need to go into vender_perl and not site_perl sed -e "s:pure_install:pure_install INSTALLDIRS=vendor:" \ -i "${S}"/bindings/perl/perl.pro - + # fix mythflix naming collision epatch "${FILESDIR}"/${PN}-0.21-mythflix-naming-collision.patch |