|
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 |
|