View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/media-tv/ivtv/ivtv-0.10.1-r1.ebuild (-1 / +6 lines)
 Lines 30-36    Link Here 
		CONFIG_CHECK="${CONFIG_CHECK} FB FB_TRIDENT FRAMEBUFFER_CONSOLE FONTS"
		CONFIG_CHECK="${CONFIG_CHECK} FB FB_TRIDENT FRAMEBUFFER_CONSOLE FONTS"
	fi
	fi
	if ! ( kernel_is 2 6 18 || kernel_is 2 6 19 || kernel_is 2 6 20 ); then
	if ! ( kernel_is 2 6 18 || kernel_is 2 6 19 || kernel_is 2 6 20 || kernel_is 2 6 21 ); then
		eerror "Each IVTV driver branch will only work with a specific"
		eerror "Each IVTV driver branch will only work with a specific"
		eerror "linux kernel branch."
		eerror "linux kernel branch."
		eerror ""
		eerror ""
 Lines 86-91    Link Here 
	BUILD_PARAMS="KDIR=${KV_DIR}"
	BUILD_PARAMS="KDIR=${KV_DIR}"
}
}
src_unpack() {
	unpack ${A}
	epatch ${FILESDIR}/${PN}-linux-2.6.21.patch
}
src_compile() {
src_compile() {
	cd "${S}/driver"
	cd "${S}/driver"