diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-07-22 22:11:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-07-22 22:11:50 +0000 |
commit | 60fc20f1cf37cd52ce3ef8ca7db28808c49139bf (patch) | |
tree | 18d04eed6511fffd1f49f34519cce4629333ffb8 /media-tv/ivtv | |
parent | Stable on alpha wrt Bug #141108. (diff) | |
download | gentoo-2-60fc20f1cf37cd52ce3ef8ca7db28808c49139bf.tar.gz gentoo-2-60fc20f1cf37cd52ce3ef8ca7db28808c49139bf.tar.bz2 gentoo-2-60fc20f1cf37cd52ce3ef8ca7db28808c49139bf.zip |
Added VIDEO_V4L1 to CONFIG_CHECK since it doesn't enforce depends
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'media-tv/ivtv')
-rw-r--r-- | media-tv/ivtv/ChangeLog | 5 | ||||
-rw-r--r-- | media-tv/ivtv/ivtv-0.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-tv/ivtv/ChangeLog b/media-tv/ivtv/ChangeLog index 5b7f56ad63f3..524f9ddfb5a1 100644 --- a/media-tv/ivtv/ChangeLog +++ b/media-tv/ivtv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-tv/ivtv # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.50 2006/07/08 16:08:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.51 2006/07/22 22:11:50 cardoe Exp $ + + 22 Jul 2006; Doug Goldstein <cardoe@gentoo.org> ivtv-0.7.0.ebuild: + Added VIDEO_V4L1 to CONFIG_CHECK since it doesn't enforce depends 08 Jul 2006; Doug Goldstein <cardoe@gentoo.org> ivtv-0.7.0.ebuild: Updated firmware diff --git a/media-tv/ivtv/ivtv-0.7.0.ebuild b/media-tv/ivtv/ivtv-0.7.0.ebuild index 38d7758c0615..e0cbc254b7c1 100644 --- a/media-tv/ivtv/ivtv-0.7.0.ebuild +++ b/media-tv/ivtv/ivtv-0.7.0.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/ivtv/ivtv-0.7.0.ebuild,v 1.2 2006/07/08 16:08:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.0.ebuild,v 1.3 2006/07/22 22:11:50 cardoe Exp $ inherit eutils linux-mod @@ -24,7 +24,7 @@ IUSE="" BUILD_TARGETS="all" BUILD_PARAMS="KDIR=${KERNEL_DIR}" -CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C" +CONFIG_CHECK="I2C_ALGOBIT VIDEO_DEV I2C_CHARDEV I2C VIDEO_V4L1 EXPERIMENTAL" RDEPEND="sys-apps/hotplug" DEPEND="app-arch/unzip" |