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

(-)file_not_specified_in_diff (-3 / +13 lines)
Line  Link Here
0
-- portage-2.1.0_alpha20050718.orig/bin/ebuild-default-functions.sh
0
++ portage-2.1.0_alpha20050718/bin/ebuild-default-functions.sh
Lines 1079-1086 Link Here
1079
	local x
1079
	local x
1080
1080
1081
	# Make sure we have this USE flag in IUSE
1081
	# Make sure we have this USE flag in IUSE
1082
	if ! hasq "${u}" ${IUSE} ${E_IUSE} && ! hasq "${u}" ${PORTAGE_ARCHLIST} selinux; then
1082
	if ! hasq "${u}" ${IUSE} ${E_IUSE} ${PORTAGE_ARCHLIST} selinux; then
1083
		echo "QA Notice: USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}" >&2
1083
		local e
1084
		x=notexpanded
1085
		for e in ${USE_EXPAND_LOWER=$(echo ${USE_EXPAND} | tr '[:upper:]' '[:lower:]')}; do
1086
			if [[ ${u} == ${e}_* ]]; then
1087
				x=expanded
1088
				break
1089
			fi
1090
		done
1091
		if [ "${x}" == notexpanded ]; then
1092
			echo "QA Notice: USE Flag '${u}' not in IUSE for ${CATEGORY}/${PF}" >&2
1093
		fi
1084
	fi
1094
	fi
1085
1095
1086
	for x in ${USE}; do
1096
	for x in ${USE}; do

Return to bug 70648