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

(-)tools/check/check_python.orig (-1 / +1 lines)
Lines 7-10 Link Here
7
    exit 1
7
    exit 1
8
}
8
}
9
9
10
python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4' || error
10
python -V 2>&1 | cut -d ' ' -f 2 | grep -q -E '^2.2|^2.3|^2.4|^2.5' || error

Return to bug 149138