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

(-)/usr/portage/eclass/kernel-2.eclass.orig (-4 / +4 lines)
Lines 332-342 Link Here
332
332
333
	# Bug #266157, deblob for libre support
333
	# Bug #266157, deblob for libre support
334
	if [[ -z ${K_PREDEBLOBBED} ]] ; then
334
	if [[ -z ${K_PREDEBLOBBED} ]] ; then
335
		if [[ -z ${K_DEBLOB_AVAILABLE} ]] ; then
335
		# Bug #359865, force a call to detect_version if needed
336
			kernel_is ge 2 6 27 && \
336
		kernel_is ge 2 6 27 && \
337
			[[ -z "${K_DEBLOB_AVAILABLE}" ]] && \
337
				kernel_is le 2 6 ${DEBLOB_MAX_VERSION} && \
338
				kernel_is le 2 6 ${DEBLOB_MAX_VERSION} && \
338
				K_DEBLOB_AVAILABLE=1
339
					K_DEBLOB_AVAILABLE=1
339
		fi
340
		if [[ ${K_DEBLOB_AVAILABLE} == "1" ]] ; then
340
		if [[ ${K_DEBLOB_AVAILABLE} == "1" ]] ; then
341
			IUSE="${IUSE} deblob"
341
			IUSE="${IUSE} deblob"
342
			# Reflect that kernels contain firmware blobs unless otherwise
342
			# Reflect that kernels contain firmware blobs unless otherwise

Return to bug 359865