Skip to content

Commit

Permalink
kde-base/kdelibs: avoid GCC version check failure with clang
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
Michael Palimaka committed Aug 6, 2016
1 parent ae9e3f0 commit d2f625f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kde-base/kdelibs/kdelibs-4.14.22.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ PATCHES=(

pkg_pretend() {
if [[ ${MERGE_TYPE} != binary ]]; then
[[ $(gcc-major-version) -lt 4 ]] || \
tc-is-gcc && [[ $(gcc-major-version) -lt 4 ]] || \
( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \
&& die "Sorry, but gcc-4.3 and earlier won't work for KDE SC 4.6 (see bug #354837)."
fi
Expand Down

0 comments on commit d2f625f

Please sign in to comment.