Skip to content

Commit

Permalink
dev-qt/qt-creator: clang{refactoring,pchmanager} are completely gone
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento <[email protected]>
  • Loading branch information
Pesa committed Nov 21, 2021
1 parent 3133eef commit a55f5d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dev-qt/qt-creator/qt-creator-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ REQUIRED_USE="
"

# minimum Qt version required
QT_PV="5.14:5"
QT_PV="5.15:5"

BDEPEND="
>=dev-qt/linguist-tools-${QT_PV}
Expand Down Expand Up @@ -130,8 +130,7 @@ src_prepare() {
src/plugins/plugins.pro || die "failed to disable ${plugin%:*} plugin"
fi
done
sed -i -re '/\<(clangpchmanager|clangrefactoring|ios|updateinfo|winrt)\>/d' src/plugins/plugins.pro || die
sed -i -re '/clang(pchmanager|refactoring)backend/d' src/tools/tools.pro || die
sed -i -re '/\<(ios|updateinfo|winrt)\>/d' src/plugins/plugins.pro || die

# avoid building unused support libraries and tools
if ! use clang; then
Expand Down

0 comments on commit a55f5d5

Please sign in to comment.