diff options
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ispc-1.9.1.ebuild | 2 | ||||
-rw-r--r-- | 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 6f982be9b00d..3c7b498b6914 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 5104895366db..9960e29ff26f 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" |