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 5DB0813829C for ; Fri, 10 Jun 2016 00:54:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81E13254032; Fri, 10 Jun 2016 00:54:51 +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 D11F4254025 for ; Fri, 10 Jun 2016 00:54:50 +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 E889C340C44 for ; Fri, 10 Jun 2016 00:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4B71209B for ; Fri, 10 Jun 2016 00:54:44 +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: <1465520067.0276b3bc15ea8dcf357b35986b4d4612b12486fb.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-4.0.1.ebuild dev-qt/qt-creator/qt-creator-9999.ebuild X-VCS-Directories: dev-qt/qt-creator/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 0276b3bc15ea8dcf357b35986b4d4612b12486fb X-VCS-Branch: master Date: Fri, 10 Jun 2016 00:54:44 +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: 23222647-90d3-4237-85cc-1930fb92aeba X-Archives-Hash: 5a331162b157b01b771d3a617a8cfeb8 commit: 0276b3bc15ea8dcf357b35986b4d4612b12486fb Author: Davide Pesavento gentoo org> AuthorDate: Fri Jun 10 00:54:04 2016 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Fri Jun 10 00:54:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0276b3bc dev-qt/qt-creator: raise qbs dependency Package-Manager: portage-2.3.0_rc1 dev-qt/qt-creator/qt-creator-4.0.1.ebuild | 2 +- dev-qt/qt-creator/qt-creator-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qt-creator/qt-creator-4.0.1.ebuild b/dev-qt/qt-creator/qt-creator-4.0.1.ebuild index c0f6bbb..d743d86 100644 --- a/dev-qt/qt-creator/qt-creator-4.0.1.ebuild +++ b/dev-qt/qt-creator/qt-creator-4.0.1.ebuild @@ -60,7 +60,7 @@ RDEPEND=" >=dev-qt/qtxml-${QT_PV} >=sys-devel/gdb-7.5[client,python] clangcodemodel? ( >=sys-devel/clang-3.6.2:= ) - qbs? ( >=dev-util/qbs-1.5.0 ) + qbs? ( >=dev-util/qbs-1.5.1 ) systemd? ( sys-apps/systemd:= ) webengine? ( >=dev-qt/qtwebengine-5.6.0:5 ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} ) diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index c0f6bbb..d743d86 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -60,7 +60,7 @@ RDEPEND=" >=dev-qt/qtxml-${QT_PV} >=sys-devel/gdb-7.5[client,python] clangcodemodel? ( >=sys-devel/clang-3.6.2:= ) - qbs? ( >=dev-util/qbs-1.5.0 ) + qbs? ( >=dev-util/qbs-1.5.1 ) systemd? ( sys-apps/systemd:= ) webengine? ( >=dev-qt/qtwebengine-5.6.0:5 ) webkit? ( >=dev-qt/qtwebkit-${QT_PV} )