summaryrefslogtreecommitdiffstats
path: root/qt-creator-use-llvm9.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qt-creator-use-llvm9.patch')
-rw-r--r--qt-creator-use-llvm9.patch20
1 files changed, 20 insertions, 0 deletions
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}