commit:     4cf877ee88c7e70b8a99596213c6f28b21bb0b69
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 07:48:52 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf877ee

dev-lang/ispc: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-lang/ispc/ispc-1.9.1.ebuild | 2 +-
 dev-lang/ispc/ispc-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lang/ispc/ispc-1.9.1.ebuild b/dev-lang/ispc/ispc-1.9.1.ebuild
index 6f982be9b00..3c7b498b691 100644
--- a/dev-lang/ispc/ispc-1.9.1.ebuild
+++ b/dev-lang/ispc/ispc-1.9.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://ispc.github.com/";
 
 if [[ ${PV} = *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/ispc/ispc.git"
+       EGIT_REPO_URI="https://github.com/ispc/ispc.git";
        KEYWORDS=""
 else
        SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

diff --git a/dev-lang/ispc/ispc-9999.ebuild b/dev-lang/ispc/ispc-9999.ebuild
index 5104895366d..9960e29ff26 100644
--- a/dev-lang/ispc/ispc-9999.ebuild
+++ b/dev-lang/ispc/ispc-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://ispc.github.com/";
 
 if [[ ${PV} = *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/ispc/ispc.git"
+       EGIT_REPO_URI="https://github.com/ispc/ispc.git";
        KEYWORDS=""
 else
        SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

Reply via email to