dev-util/bdelta: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
David Hicks
2017-07-30 01:41:58 +10:00
committed by Michał Górny
parent 7afaf82983
commit 088cdc2911

View File

@@ -4,7 +4,7 @@
EAPI=6
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="git://github.com/jjwhitney/BDelta.git"
EGIT_REPO_URI="https://github.com/jjwhitney/BDelta.git"
UNPACKER_ECLASS="git-2"
LIVE_EBUILD=yes
else