diff options
-rw-r--r-- | app-shells/mpibash/mpibash-1.2.ebuild | 2 | ||||
-rw-r--r-- | app-shells/mpibash/mpibash-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/mpibash/mpibash-1.2.ebuild b/app-shells/mpibash/mpibash-1.2.ebuild index 18a0ea246336..594ac6bc88cb 100644 --- a/app-shells/mpibash/mpibash-1.2.ebuild +++ b/app-shells/mpibash/mpibash-1.2.ebuild @@ -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 diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild index 18a0ea246336..594ac6bc88cb 100644 --- a/app-shells/mpibash/mpibash-9999.ebuild +++ b/app-shells/mpibash/mpibash-9999.ebuild @@ -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 |