diff options
author | 2006-11-28 03:30:17 +0000 | |
---|---|---|
committer | 2006-11-28 03:30:17 +0000 | |
commit | b21b0573ea3d59b346d09aacd096fb394c31eb21 (patch) | |
tree | e9db687d933866c344bdaef10d3aacda2122faff /media-tv/ivtv/ivtv-0.7.1.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-b21b0573ea3d59b346d09aacd096fb394c31eb21.tar.gz gentoo-2-b21b0573ea3d59b346d09aacd096fb394c31eb21.tar.bz2 gentoo-2-b21b0573ea3d59b346d09aacd096fb394c31eb21.zip |
Add some documentation
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-tv/ivtv/ivtv-0.7.1.ebuild')
-rw-r--r-- | media-tv/ivtv/ivtv-0.7.1.ebuild | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/media-tv/ivtv/ivtv-0.7.1.ebuild b/media-tv/ivtv/ivtv-0.7.1.ebuild index e8fcc21bc0ef..48070ce1a903 100644 --- a/media-tv/ivtv/ivtv-0.7.1.ebuild +++ b/media-tv/ivtv/ivtv-0.7.1.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.1.ebuild,v 1.2 2006/11/07 01:21:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-0.7.1.ebuild,v 1.3 2006/11/28 03:30:17 beandog Exp $ inherit eutils linux-mod @@ -29,6 +29,20 @@ pkg_setup() { CONFIG_CHECK="${CONFIG_CHECK} VIDEO_WM8775 VIDEO_MSP3400 VIDEO_CX25840 VIDEO_TUNER" CONFIG_CHECK="${CONFIG_CHECK} VIDEO_SAA711X VIDEO_SAA7127 VIDEO_TVEEPROM" else + eerror "Each IVTV driver branch will only work with a specific" + eerror "linux kernel branch." + eerror "" + eerror "You will need to either:" + eerror "a) emerge a different kernel" + eerror "b) emerge a different driver" + eerror "" + eerror "ivtv branch <--> kernel branch" + eerror "0.8.x <--> 2.6.18.x" + eerror "0.7.x <--> 2.6.17.x" + eerror "0.6.x <--> 2.6.16.x" + eerror "0.4.x <--> 2.6.15.x" + eerror "" + eerror "See http://ivtvdriver.org/ for more information" die "This only works on 2.6.17 kernels" fi |