summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-07-17 14:37:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-07-17 14:37:55 +0000
commitc56f868fa4beab99b05b6c119ec2a61abf3d13c7 (patch)
tree1c63eb32ca087a8c9ed634b5aea8fff65b496a0b /media-tv/ivtv
parentalpha/ia64/x86 stable wrt #231521 (diff)
downloadgentoo-2-c56f868fa4beab99b05b6c119ec2a61abf3d13c7.tar.gz
gentoo-2-c56f868fa4beab99b05b6c119ec2a61abf3d13c7.tar.bz2
gentoo-2-c56f868fa4beab99b05b6c119ec2a61abf3d13c7.zip
fix the includes for the linux/ivtv.h header
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r5 x86_64)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ChangeLog8
-rw-r--r--media-tv/ivtv/ivtv-1.2.0-r1.ebuild (renamed from media-tv/ivtv/ivtv-1.2.0.ebuild)3
2 files changed, 9 insertions, 2 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index 181fe3ccfda6..b6727f921119 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.106 2008/07/03 16:22:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.107 2008/07/17 14:37:55 cardoe Exp $
+
+*ivtv-1.2.0-r1 (17 Jul 2008)
+
+ 17 Jul 2008; Doug Goldstein <cardoe@gentoo.org> -ivtv-1.2.0.ebuild,
+ +ivtv-1.2.0-r1.ebuild:
+ fix the includes for the linux/ivtv.h header
*ivtv-1.1.0-r1 (03 Jul 2008)
diff --git a/media-tv/ivtv/ivtv-1.2.0.ebuild b/media-tv/ivtv/ivtv-1.2.0-r1.ebuild
index 15186f201073..eebadefb67bf 100644
--- a/media-tv/ivtv/ivtv-1.2.0.ebuild
+++ b/media-tv/ivtv/ivtv-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0.ebuild,v 1.2 2008/06/30 19:38:41 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v 1.1 2008/07/17 14:37:55 cardoe Exp $
inherit eutils linux-mod
@@ -57,6 +57,7 @@ src_unpack() {
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.2.0-v4l2-dbg-include.patch
+ epatch "${FILESDIR}"/${PN}-1.1.0-headers.patch
}
src_compile() {