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

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

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

diff --git a/dev-python/pyside-tools/pyside-tools-9999.ebuild 
b/dev-python/pyside-tools/pyside-tools-9999.ebuild
index 514c436e..02b8a105 100644
--- a/dev-python/pyside-tools/pyside-tools-9999.ebuild
+++ b/dev-python/pyside-tools/pyside-tools-9999.ebuild
@@ -19,10 +19,7 @@ inherit cmake-utils python-r1 virtualx git-r3
 
 DESCRIPTION="PySide development tools (lupdate, rcc, uic)"
 HOMEPAGE="https://wiki.qt.io/PySide2";
-EGIT_REPO_URI=(
-       "git://code.qt.io/pyside/${PN}.git"
-       "https://code.qt.io/git/pyside/${PN}.git";
-)
+EGIT_REPO_URI="https://code.qt.io/pyside/${PN}.git";
 #FIXME: Switch to the clang-enabled "dev" branch once stable.
 EGIT_BRANCH="5.6"
 

Reply via email to