dev-qt/qt-creator: restrict clang dep to 3.6.x only

Later versions don't work correctly.

Package-Manager: portage-2.2.28
This commit is contained in:
Davide Pesavento
2016-04-02 20:39:36 +02:00
parent ad40a79c16
commit bee63c47df
2 changed files with 3 additions and 3 deletions

View File

@@ -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$
@@ -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} )

View File

@@ -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} )