mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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} )
|
||||
|
||||
@@ -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} )
|
||||
|
||||
Reference in New Issue
Block a user