From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 025AD139694 for ; Sun, 30 Jul 2017 10:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6379C1FC2C0; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 447701FC2BD for ; Sun, 30 Jul 2017 10:04:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B29C341A72 for ; Sun, 30 Jul 2017 10:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C186574D5 for ; Sun, 30 Jul 2017 10:04:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409067.bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dmlc-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/dmlc-core/dmlc-core-0_p20170719.ebuild X-VCS-Directories: sci-libs/dmlc-core/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0781857b-23f2-4d81-ad7d-875a8fbf0388 X-Archives-Hash: 3f4689e28d6d014f2c1d43c259a25f13 commit: bf674d64ffee9855b42ceb571b2a3abe5f5b5b1c Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 18:59:58 2017 +0000 Commit: Michał Górny gentoo 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