summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 00:49:56 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:22:46 +0200
commit84f65fe5eae25dcc475f706e1caf2e32cbf3d840 (patch)
tree6edeace56c4bf8fbad8607a96b0eb5709bd1bf3f /sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
parentsys-cluster/slurm: use HTTPS for GitHub, HOMEPAGE, SRC_URI and doc (diff)
downloadgentoo-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/libcircle-0.2.0_rc1.ebuild')
-rw-r--r--sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild4
1 files changed, 2 insertions, 2 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