From f1d7dd5f4aa298ce60a12f81eb773a4d59f07693 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Tue, 5 May 2020 16:47:31 -0500 Subject: patch qt-creator to use clang9 effectively dropping clang8 --- qt-creator-use-llvm9.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 qt-creator-use-llvm9.patch (limited to 'qt-creator-use-llvm9.patch') diff --git a/qt-creator-use-llvm9.patch b/qt-creator-use-llvm9.patch new file mode 100644 index 0000000..aa489a6 --- /dev/null +++ b/qt-creator-use-llvm9.patch @@ -0,0 +1,20 @@ +--- qt-creator-4.10.1.ebuild 2019-12-11 00:41:53.000000000 +0100 ++++ qt-creator-4.10.2.ebuild 2020-01-30 11:05:46.125120098 +0100 +@@ -2,7 +2,7 @@ + # Distributed under the terms of the GNU General Public License v2 + + EAPI=7 +-LLVM_MAX_SLOT=8 ++LLVM_MAX_SLOT=9 + PLOCALES="cs da de fr ja pl ru sl uk zh-CN zh-TW" + + inherit llvm qmake-utils virtualx xdg +@@ -56,7 +56,7 @@ + >=dev-qt/qtwidgets-${QT_PV} + >=dev-qt/qtx11extras-${QT_PV} + >=dev-qt/qtxml-${QT_PV} +- clang? ( sys-devel/clang:8= ) ++ clang? ( >=sys-devel/clang-8.0.1:= ) + designer? ( >=dev-qt/designer-${QT_PV} ) + help? ( + >=dev-qt/qthelp-${QT_PV} -- cgit v1.2.3