commit: bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c Author: David Hicks <david <AT> hicks <DOT> id <DOT> au> AuthorDate: Sat Jul 29 18:59:58 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 10:04:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf674d64
sci-libs/dmlc-core: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild index 351c6e894b2..adf78c82724 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
