Skip to content

Commit

Permalink
app-shells/mpibash: 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 3881e4b commit 06c7075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-shells/mpibash/mpibash-1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils multilib

if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git"
EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
Expand Down
2 changes: 1 addition & 1 deletion app-shells/mpibash/mpibash-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils multilib

if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git"
EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
inherit git-r3
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
Expand Down

0 comments on commit 06c7075

Please sign in to comment.