commit:     40213e16d6e956e93a9b8dfbdb3ce216d68cde12
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  3 00:34:00 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Sep  3 00:34:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=40213e16

dev-python/pyside: drop insecure git:// repo URI

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/pyside/pyside-9999.ebuild | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pyside/pyside-9999.ebuild 
b/dev-python/pyside/pyside-9999.ebuild
index 0ed4aa4c..58ccf9a0 100644
--- a/dev-python/pyside/pyside-9999.ebuild
+++ b/dev-python/pyside/pyside-9999.ebuild
@@ -9,10 +9,7 @@ inherit cmake-utils python-r1 virtualx git-r3
 
 DESCRIPTION="Python bindings for the Qt framework"
 HOMEPAGE="https://wiki.qt.io/PySide2";
-EGIT_REPO_URI=(
-       "git://code.qt.io/pyside/pyside-setup.git"
-       "https://code.qt.io/git/pyside/pyside-setup.git";
-)
+EGIT_REPO_URI="https://code.qt.io/pyside/pyside-setup.git";
 #FIXME: Switch to the clang-enabled "dev" branch once stable.
 EGIT_BRANCH="5.6"
 

Reply via email to