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

(-)a/eclass/linux-mod.eclass (-2 / +1 lines)
Lines 328-334 remove_moduledb() { Link Here
328
set_kvobj() {
328
set_kvobj() {
329
	debug-print-function ${FUNCNAME} $*
329
	debug-print-function ${FUNCNAME} $*
330
330
331
	if kernel_is 2 6
331
	if kernel_is ge 2 6
332
	then
332
	then
333
		KV_OBJ="ko"
333
		KV_OBJ="ko"
334
	else
334
	else
335
- 

Return to bug 369413