diff options
author | 2007-08-30 21:49:03 +0000 | |
---|---|---|
committer | 2007-08-30 21:49:03 +0000 | |
commit | 2614e03960ac61c43a1902e0a9ecbe1d8ddbd265 (patch) | |
tree | 4f90f6d7c1c4cc11e98c7606371a00fa7e39b07a /media-tv/ivtv/ivtv-1.0.2.ebuild | |
parent | Added hb and hb2 USE-flags for sys-fs/evms (diff) | |
download | historical-2614e03960ac61c43a1902e0a9ecbe1d8ddbd265.tar.gz historical-2614e03960ac61c43a1902e0a9ecbe1d8ddbd265.tar.bz2 historical-2614e03960ac61c43a1902e0a9ecbe1d8ddbd265.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.
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'media-tv/ivtv/ivtv-1.0.2.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |