summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:59:58 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:27 +0200
commitbf674d64ffee9855b42ceb571b2a3abe5f5b5b1c (patch)
tree53291e6df0c50f16aa1420b63e11db3577d88d0a
parentsci-geosciences/osm2pgsql: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-bf674d64.tar.gz
gentoo-bf674d64.tar.bz2
gentoo-bf674d64.zip
sci-libs/dmlc-core: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
index 351c6e894b2f..adf78c827246 100644
--- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
+++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
@@ -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