summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-30 21:49:03 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-30 21:49:03 +0000
commit756969e71420c1239ce32555c9d0bf5bfee3e9fe (patch)
tree5a9c64f621ccdd7960e12e8d8e41b1ad3b0263ad /media-tv/ivtv
parentAdded hb and hb2 USE-flags for sys-fs/evms (diff)
downloadgentoo-2-756969e71420c1239ce32555c9d0bf5bfee3e9fe.tar.gz
gentoo-2-756969e71420c1239ce32555c9d0bf5bfee3e9fe.tar.bz2
gentoo-2-756969e71420c1239ce32555c9d0bf5bfee3e9fe.zip
bug that VIDEO_IVTV doesn't auto-pull in I2C_ALGO_BIT. reported upstream to Hans, who fixed it and it will be pulled into 2.6.24. Have ebuild check that you enabled I2C_ALGO_BIT.
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r--media-tv/ivtv/ChangeLog8
-rw-r--r--media-tv/ivtv/ivtv-1.0.1.ebuild4
-rw-r--r--media-tv/ivtv/ivtv-1.0.2.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog
index 7f7b44bc11ef..2ccc28552b5d 100644
--- a/media-tv/ivtv/ChangeLog
+++ b/media-tv/ivtv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-tv/ivtv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.90 2007/08/27 14:23:22 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.91 2007/08/30 21:49:03 cardoe Exp $
+
+ 30 Aug 2007; Doug Goldstein <cardoe@gentoo.org> ivtv-1.0.1.ebuild,
+ ivtv-1.0.2.ebuild:
+ bug that VIDEO_IVTV doesn't auto-pull in I2C_ALGO_BIT. reported upstream to
+ Hans, who fixed it and it will be pulled into 2.6.24. Have ebuild check that
+ you enabled I2C_ALGO_BIT.
27 Aug 2007; Steve Dibb <beandog@gentoo.org> ivtv-1.0.1.ebuild,
ivtv-1.0.2.ebuild:
diff --git a/media-tv/ivtv/ivtv-1.0.1.ebuild b/media-tv/ivtv/ivtv-1.0.1.ebuild
index c9ee1149a2b8..aa5d03110c37 100644
--- a/media-tv/ivtv/ivtv-1.0.1.ebuild
+++ b/media-tv/ivtv/ivtv-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.4 2007/08/30 15:35:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.5 2007/08/30 21:49:03 cardoe Exp $
inherit eutils linux-mod
@@ -19,7 +19,7 @@ pkg_setup() {
MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)"
BUILD_TARGETS="all"
- CONFIG_CHECK="EXPERIMENTAL HAS_IOMEM FW_LOADER I2C VIDEO_DEV
+ CONFIG_CHECK="EXPERIMENTAL HAS_IOMEM FW_LOADER I2C I2C_ALGO_BIT VIDEO_DEV
VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2 !VIDEO_HELPER_CHIPS_AUTO
VIDEO_IVTV"
diff --git a/media-tv/ivtv/ivtv-1.0.2.ebuild b/media-tv/ivtv/ivtv-1.0.2.ebuild
index eba6ddf3ae63..cedb83149ace 100644
--- a/media-tv/ivtv/ivtv-1.0.2.ebuild
+++ b/media-tv/ivtv/ivtv-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.4 2007/08/30 15:35:03 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.5 2007/08/30 21:49:03 cardoe Exp $
inherit eutils linux-mod
@@ -19,7 +19,7 @@ pkg_setup() {
MODULE_NAMES="saa717x(extra:${S}/i2c-drivers)"
BUILD_TARGETS="all"
- CONFIG_CHECK="EXPERIMENTAL HAS_IOMEM FW_LOADER I2C VIDEO_DEV
+ CONFIG_CHECK="EXPERIMENTAL HAS_IOMEM FW_LOADER I2C I2C_ALGO_BIT VIDEO_DEV
VIDEO_CAPTURE_DRIVERS VIDEO_V4L1 VIDEO_V4L2 !VIDEO_HELPER_CHIPS_AUTO
VIDEO_IVTV"