Skip to content

Commit

Permalink
dev-qt/qt-creator: allow newer versions of clang
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
Pesa committed Apr 29, 2016
1 parent 5e886ca commit ccb1e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-3.6.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RDEPEND="
>=dev-qt/qtx11extras-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clang? ( =sys-devel/clang-3.6*:= )
clang? ( >=sys-devel/clang-3.6.2:= )
qbs? ( >=dev-util/qbs-1.4.5 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down
2 changes: 1 addition & 1 deletion dev-qt/qt-creator/qt-creator-4.0.0_rc1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ RDEPEND="
>=dev-qt/qtx11extras-${QT_PV}
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.5[client,python]
clangcodemodel? ( =sys-devel/clang-3.6.2*:= )
clangcodemodel? ( >=sys-devel/clang-3.6.2:= )
qbs? ( !dev-util/qbs )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down

0 comments on commit ccb1e8c

Please sign in to comment.