sci-libs/dmlc-core: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:59:58 +0000 (04:59 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:27 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild

index 351c6e894b2fd7d495093ea634f3799ccb354c38..adf78c827246d4194962fad0450b128c62e3e9de 100644 (file)
@@ -9,7 +9,7 @@ DESCRIPTION="Common bricks library for building distributed machine learning."
 HOMEPAGE="https://github.com/dmlc/dmlc-core"
 
 if [[ ${PV} == *9999* ]] ; then
-       EGIT_REPO_URI="git://github.com/dmlc/dmlc-core.git"
+       EGIT_REPO_URI="https://github.com/dmlc/${PN}.git"
        inherit git-r3
        KEYWORDS=""
 else