aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-09-03 02:34:00 +0200
committerDavide Pesavento <pesa@gentoo.org>2017-09-03 02:34:00 +0200
commit40213e16d6e956e93a9b8dfbdb3ce216d68cde12 (patch)
tree47924731c9159da251760e0b69cc34046215c5c4
parentdev-python/shiboken: drop insecure git:// repo URI (diff)
downloadqt-40213e16d6e956e93a9b8dfbdb3ce216d68cde12.tar.gz
qt-40213e16d6e956e93a9b8dfbdb3ce216d68cde12.tar.bz2
qt-40213e16d6e956e93a9b8dfbdb3ce216d68cde12.zip
dev-python/pyside: drop insecure git:// repo URI
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r--dev-python/pyside/pyside-9999.ebuild5
1 files changed, 1 insertions, 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"