mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-04 01:58: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
@@ -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