From: David Hicks Date: Sat, 29 Jul 2017 14:49:56 +0000 (+1000) Subject: sys-cluster/libcircle: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=84f65fe5eae25dcc475f706e1caf2e32cbf3d840;p=gentoo.git sys-cluster/libcircle: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild index 7f7163c13d3a..8093e3eee7b1 100644 --- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild +++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git" + EGIT_REPO_URI="https://github.com/hpc/${PN}.git" inherit git-2 KEYWORDS="" else diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild index 7f7163c13d3a..8093e3eee7b1 100644 --- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild +++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git" + EGIT_REPO_URI="https://github.com/hpc/${PN}.git" inherit git-2 KEYWORDS="" else