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

(-)a/eclass/python-r1.eclass (-1 / +1 lines)
Lines 753-759 python_setup() { Link Here
753
753
754
		# match USE flags only if override is not in effect
754
		# match USE flags only if override is not in effect
755
		# and python_check_deps() is not defined
755
		# and python_check_deps() is not defined
756
		if [[ ! ${PYTHON_COMPAT_OVERRIDE} && ! ${has_check_deps} ]]; then
756
		if [[ ! ${PYTHON_COMPAT_OVERRIDE} ]]; then
757
			use "python_targets_${impl}" || continue
757
			use "python_targets_${impl}" || continue
758
		fi
758
		fi
759
759

Return to bug 702504