Skip to content

Commit

Permalink
dev-lang/ispc: use HTTPS for GitHub
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
  • Loading branch information
davidhicks authored and mgorny committed Jul 30, 2017
1 parent 0793e1a commit 4cf877e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-lang/ispc/ispc-1.9.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion dev-lang/ispc/ispc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4cf877e

Please sign in to comment.