commit: 9195dc50a31f0ded4b40f10c22fda362ec72c40f
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 14:01:22 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 14:01:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9195dc50
[dev-qt/qt-creator] Sync.
Package-Manager: portage-2.2.18
dev-qt/qt-creator/qt-creator-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild
b/dev-qt/qt-creator/qt-creator-9999.ebuild
index 489b2ba..25ac392 100644
--- a/dev-qt/qt-creator/qt-creator-9999.ebuild
+++ b/dev-qt/qt-creator/qt-creator-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.3.1.ebuild,v
1.1 2015/02/24 17:54:24 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qt-creator/qt-creator-3.3.2.ebuild,v
1.3 2015/03/29 13:57:41 pesa Exp $
EAPI=5
@@ -15,8 +15,8 @@ LICENSE="|| ( LGPL-2.1 LGPL-3 )"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI=(
- "git://gitorious.org/${PN}/${PN}.git"
- "https://git.gitorious.org/${PN}/${PN}.git"
+ "git://code.qt.io/${PN}/${PN}.git"
+ "https://code.qt.io/git/${PN}/${PN}.git"
)
else
MY_PV=${PV/_/-}
@@ -57,7 +57,7 @@ RDEPEND="
>=dev-qt/qtxml-${QT_PV}
>=sys-devel/gdb-7.4[client(+),python]
clang? ( >=sys-devel/clang-3.2:= )
- qbs? ( >=dev-util/qbs-1.3.3[qt5] )
+ qbs? ( >=dev-util/qbs-1.3.4 )
"
DEPEND="${RDEPEND}
>=dev-qt/linguist-tools-${QT_PV}