Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dmlc-core/
Date: Sun, 30 Jul 2017 10:04:53
Message-Id: 1501409067.bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c.mgorny@gentoo
1 commit: bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:59:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf674d64
7
8 sci-libs/dmlc-core: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
16 index 351c6e894b2..adf78c82724 100644
17 --- a/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
18 +++ b/sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild
19 @@ -9,7 +9,7 @@ DESCRIPTION="Common bricks library for building distributed machine learning."
20 HOMEPAGE="https://github.com/dmlc/dmlc-core"
21
22 if [[ ${PV} == *9999* ]] ; then
23 - EGIT_REPO_URI="git://github.com/dmlc/dmlc-core.git"
24 + EGIT_REPO_URI="https://github.com/dmlc/${PN}.git"
25 inherit git-r3
26 KEYWORDS=""
27 else