Lines 626-633
kde4-base_pkg_setup() {
Link Here
|
626 |
# is otherwise undefined. |
626 |
# is otherwise undefined. |
627 |
if [[ ${EAPI:-0} != 3 ]]; then |
627 |
if [[ ${EAPI:-0} != 3 ]]; then |
628 |
if [[ ${MERGE_TYPE} != binary ]]; then |
628 |
if [[ ${MERGE_TYPE} != binary ]]; then |
629 |
[[ $(gcc-major-version) -lt 4 ]] || \ |
629 |
[[ $(tc-getCPP) != clang* ]] && \ |
630 |
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \ |
630 |
( [[ $(gcc-major-version) -lt 4 ]] || \ |
|
|
631 |
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) ) \ |
631 |
&& die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)." |
632 |
&& die "Sorry, but gcc-4.3 and earlier wont work for KDE (see bug 354837)." |
632 |
fi |
633 |
fi |
633 |
fi |
634 |
fi |