diff options
author | 2017-07-29 17:48:52 +1000 | |
---|---|---|
committer | 2017-07-30 10:47:40 +0200 | |
commit | 4cf877ee88c7e70b8a99596213c6f28b21bb0b69 (patch) | |
tree | 937098d39b764e9209e63d1bfe3bbf43c8c635aa /dev-lang/ispc/ispc-9999.ebuild | |
parent | dev-lang/yasm: use HTTPS for GitHub (diff) | |
download | gentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.tar.gz gentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.tar.bz2 gentoo-4cf877ee88c7e70b8a99596213c6f28b21bb0b69.zip |
dev-lang/ispc: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-lang/ispc/ispc-9999.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |