Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-python/pyside/
Date: Sun, 03 Sep 2017 00:36:03
Message-Id: 1504398840.40213e16d6e956e93a9b8dfbdb3ce216d68cde12.pesa@gentoo
1 commit: 40213e16d6e956e93a9b8dfbdb3ce216d68cde12
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 3 00:34:00 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 3 00:34:00 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=40213e16
7
8 dev-python/pyside: drop insecure git:// repo URI
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-python/pyside/pyside-9999.ebuild | 5 +----
13 1 file changed, 1 insertion(+), 4 deletions(-)
14
15 diff --git a/dev-python/pyside/pyside-9999.ebuild b/dev-python/pyside/pyside-9999.ebuild
16 index 0ed4aa4c..58ccf9a0 100644
17 --- a/dev-python/pyside/pyside-9999.ebuild
18 +++ b/dev-python/pyside/pyside-9999.ebuild
19 @@ -9,10 +9,7 @@ inherit cmake-utils python-r1 virtualx git-r3
20
21 DESCRIPTION="Python bindings for the Qt framework"
22 HOMEPAGE="https://wiki.qt.io/PySide2"
23 -EGIT_REPO_URI=(
24 - "git://code.qt.io/pyside/pyside-setup.git"
25 - "https://code.qt.io/git/pyside/pyside-setup.git"
26 -)
27 +EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git"
28 #FIXME: Switch to the clang-enabled "dev" branch once stable.
29 EGIT_BRANCH="5.6"