Skip to content

Commit

Permalink
dev-qt/qt-creator: restrict clang dep to 3.6.x only
Browse files Browse the repository at this point in the history
Later versions don't work correctly.

Package-Manager: portage-2.2.28
  • Loading branch information
Pesa committed Apr 2, 2016
1 parent ad40a79 commit bee63c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-qt/qt-creator/qt-creator-3.5.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -52,7 +52,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*:= )
qbs? ( >=dev-util/qbs-1.4.2 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down
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*:= )
qbs? ( >=dev-util/qbs-1.4.5 )
systemd? ( sys-apps/systemd:= )
webkit? ( >=dev-qt/qtwebkit-${QT_PV} )
Expand Down

0 comments on commit bee63c4

Please sign in to comment.