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

(-)linux-info.eclass.local (+1 lines)
Lines 264-269 Link Here
264
	KV_MINOR="$(getfilevar PATCHLEVEL ${KV_DIR}/Makefile)"
264
	KV_MINOR="$(getfilevar PATCHLEVEL ${KV_DIR}/Makefile)"
265
	KV_PATCH="$(getfilevar SUBLEVEL ${KV_DIR}/Makefile)"
265
	KV_PATCH="$(getfilevar SUBLEVEL ${KV_DIR}/Makefile)"
266
	KV_EXTRA="$(getfilevar EXTRAVERSION ${KV_DIR}/Makefile)"
266
	KV_EXTRA="$(getfilevar EXTRAVERSION ${KV_DIR}/Makefile)"
267
	KV_LOCAL="$(getfilevar LOCALVERSION ${KV_DIR}/Makefile)"
267
268
268
	if [ -z "${KV_MAJOR}" -o -z "${KV_MINOR}" -o -z "${KV_PATCH}" ]
269
	if [ -z "${KV_MAJOR}" -o -z "${KV_MINOR}" -o -z "${KV_PATCH}" ]
269
	then
270
	then

Return to bug 118256