mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 10:18:08 -07:00
dev-python/ws4py: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
2808b4a200
commit
14fda2f301
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# We could depend on dev-python/cherrypy when USE=server, but
|
||||
@@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
|
||||
|
||||
inherit distutils-r1
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
|
||||
EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
|
||||
inherit git-2
|
||||
else
|
||||
inherit vcs-snapshot
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# We could depend on dev-python/cherrypy when USE=server, but
|
||||
@@ -12,7 +12,7 @@ PYTHON_REQ_USE="threads?"
|
||||
|
||||
inherit distutils-r1
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://github.com/Lawouach/WebSocket-for-Python.git"
|
||||
EGIT_REPO_URI="https://github.com/Lawouach/WebSocket-for-Python.git"
|
||||
inherit git-2
|
||||
else
|
||||
inherit vcs-snapshot
|
||||
|
||||
Reference in New Issue
Block a user