Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 680976
Collapse All | Expand All

(-)/usr/portage/eclass/linux-mod.eclass (-1 / +1 lines)
Lines 208-214 Link Here
208
208
209
	# if the kernel version is greater than 2.6.6 then we should use
209
	# if the kernel version is greater than 2.6.6 then we should use
210
	# M= instead of SUBDIRS=
210
	# M= instead of SUBDIRS=
211
	[ ${KV_MAJOR} -eq 3 ] && return 0
211
	[ ${KV_MAJOR} -ge 3 ] && return 0
212
	[ ${KV_MAJOR} -eq 2 -a ${KV_MINOR} -gt 5 -a ${KV_PATCH} -gt 5 ] && \
212
	[ ${KV_MAJOR} -eq 2 -a ${KV_MINOR} -gt 5 -a ${KV_PATCH} -gt 5 ] && \
213
		return 0 || return 1
213
		return 0 || return 1
214
}
214
}

Return to bug 680976