From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D38C359CAF for ; Sat, 2 Apr 2016 18:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B66621C012; Sat, 2 Apr 2016 18:40:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C09E21C012 for ; Sat, 2 Apr 2016 18:40:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6817D340931 for ; Sat, 2 Apr 2016 18:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BF94A6 for ; Sat, 2 Apr 2016 18:40:14 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1459622408.bee63c47df9c78a81718c3d8ebbe64645ab0fba8.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-creator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-creator/qt-creator-3.5.1.ebuild dev-qt/qt-creator/qt-creator-3.6.1.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: bee63c47df9c78a81718c3d8ebbe64645ab0fba8 X-VCS-Branch: master Date: Sat, 2 Apr 2016 18:40:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73293d24-c053-4054-834b-6e0e8ab82687 X-Archives-Hash: dd4aa9178b388d601da242d65b565986 commit: bee63c47df9c78a81718c3d8ebbe64645ab0fba8 Author: Davide Pesavento gentoo org> AuthorDate: Sat Apr 2 18:39:36 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Apr 2 18:40:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee63c47 dev-qt/qt-creator: restrict clang dep to 3.6.x only Later versions don't work correctly. Package-Manager: portage-2.2.28 dev-qt/qt-creator/qt-creator-3.5.1.ebuild | 4 ++-- dev-qt/qt-creator/qt-creator-3.6.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild b/dev-qt/qt-creator/qt-creator-3.5.1.ebuild index c09044e..27b0b1e 100644 --- a/dev-qt/qt-creator/qt-creator-3.5.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-3.5.1.ebuild @@ -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} ) diff --git a/dev-qt/qt-creator/qt-creator-3.6.1.ebuild b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild index cc72396..db7e6c5 100644 --- a/dev-qt/qt-creator/qt-creator-3.6.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-3.6.1.ebuild @@ -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} )