dev-qt/qt-creator: fix bug 617728

Gentoo-Bug: 617728
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Davide Pesavento
2017-05-27 00:56:07 +02:00
parent c0982cc1dd
commit 84bc7420fb
2 changed files with 8 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ for x in ${PLOCALES}; do
done
unset x
pkg_setup() {
use clangcodemodel && llvm_pkg_setup
}
src_unpack() {
if tc-is-gcc; then
if [[ $(gcc-major-version) -lt 4 ]] || \

View File

@@ -88,6 +88,10 @@ for x in ${PLOCALES}; do
done
unset x
pkg_setup() {
use clangcodemodel && llvm_pkg_setup
}
src_unpack() {
if tc-is-gcc; then
if [[ $(gcc-major-version) -lt 4 ]] || \