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

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- kernel-2.eclass~
0
++ kernel-2.eclass
Lines 669-675 Link Here
669
	# if we're using a deblobbed kernel, it's not supported
669
	# if we're using a deblobbed kernel, it's not supported
670
	[[ $K_DEBLOB_AVAILABLE == 1 ]] && \
670
	[[ $K_DEBLOB_AVAILABLE == 1 ]] && \
671
		use deblob && \
671
		use deblob && \
672
		K_SECURITY_UNSUPPORTED=1
672
		K_SECURITY_UNSUPPORTED=deblob
673
673
674
	# if we are to forcably symlink, delete it if it already exists first.
674
	# if we are to forcably symlink, delete it if it already exists first.
675
	if [[ ${K_SYMLINK} > 0 ]]; then
675
	if [[ ${K_SYMLINK} > 0 ]]; then
Lines 714-720 Link Here
714
	fi
714
	fi
715
715
716
	# optionally display security unsupported message
716
	# optionally display security unsupported message
717
	if [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
717
	if [[ ${K_SECURITY_UNSUPPORTED} = deblob ]]; then
718
		echo
719
		ewarn "Deblobbed kernels are UNSUPPORTED by Gentoo Security."
720
	elif [[ -n ${K_SECURITY_UNSUPPORTED} ]]; then
718
		echo
721
		echo
719
		ewarn "${PN} is UNSUPPORTED by Gentoo Security."
722
		ewarn "${PN} is UNSUPPORTED by Gentoo Security."
720
		ewarn "This means that it is likely to be vulnerable to recent security issues."
723
		ewarn "This means that it is likely to be vulnerable to recent security issues."

Return to bug 318095