Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 40104 | Differences between
and this patch

Collapse All | Expand All

(-)xfree-4.3.0-r4.ebuild.orig (+8 lines)
Lines 323-328 Link Here
323
		mv -f ${PATCH_DIR}/9841_all_4.3.0-gatos-mesa* ${PATCH_DIR}/excluded
323
		mv -f ${PATCH_DIR}/9841_all_4.3.0-gatos-mesa* ${PATCH_DIR}/excluded
324
	fi
324
	fi
325
325
326
	# Apply patch if running headers > 2.4 kernel tree
327
	# Resolves bug #40104 -- 2.6.0 is the only version currently in portage.
328
	if [ ! "`has_version sys-kernel/linux-headers-2.6.0`" ] 
329
	then
330
		mv -f ${PATCH_DIR}/9020_all_4.3.0-fix-2.5-headers-rate-period.patch \
331
			${PATCH_DIR}/excluded
332
	fi
333
326
	# Various Patches from all over
334
	# Various Patches from all over
327
	EPATCH_SUFFIX="patch" epatch ${PATCH_DIR}
335
	EPATCH_SUFFIX="patch" epatch ${PATCH_DIR}
328
336

Return to bug 40104