diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 00:49:56 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:46 +0200 |
commit | 84f65fe5eae25dcc475f706e1caf2e32cbf3d840 (patch) | |
tree | 6edeace56c4bf8fbad8607a96b0eb5709bd1bf3f /sys-cluster/libcircle | |
parent | sys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc (diff) | |
download | gentoo-84f65fe5eae25dcc475f706e1caf2e32cbf3d840.tar.gz gentoo-84f65fe5eae25dcc475f706e1caf2e32cbf3d840.tar.bz2 gentoo-84f65fe5eae25dcc475f706e1caf2e32cbf3d840.zip |
sys-cluster/libcircle: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-cluster/libcircle')
-rw-r--r-- | sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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 |