dev-python/python-efl: move EGIT_REPO_URI to https://.

Package-Manager: Portage-2.3.8, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5831
This commit is contained in:
Bertrand Jacquin
2017-09-27 19:56:37 +01:00
committed by Patrice Clement
parent d04b19f312
commit e7a8a991ba
2 changed files with 3 additions and 3 deletions

View File

@@ -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
EAPI="5"
@@ -10,7 +10,7 @@ MY_P=${P/_/-}
if [[ "${PV}" == "9999" ]] ; then
EGIT_SUB_PROJECT="bindings/python"
EGIT_URI_APPEND="${PN}"
EGIT_REPO_URI="git://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
EGIT_REPO_URI="https://git.enlightenment.org/${EGIT_SUB_PROJECT}/${EGIT_URI_APPEND}.git"
inherit git-2
else
SRC_URI="https://download.enlightenment.org/rel/bindings/python/${MY_P}.tar.xz"