mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-17 20:38:07 -07:00
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:
committed by
Patrice Clement
parent
d04b19f312
commit
e7a8a991ba
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user