diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:34:35 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:47:07 +0200 |
commit | 06c70756def0a0558858f9c8962adb212c30f1ee (patch) | |
tree | b7a97f7db4f0d35a26570063fb79bae40938c8ae /app-shells/mpibash | |
parent | app-portage/tatt: use HTTPS for GitHub (diff) | |
download | gentoo-06c70756def0a0558858f9c8962adb212c30f1ee.tar.gz gentoo-06c70756def0a0558858f9c8962adb212c30f1ee.tar.bz2 gentoo-06c70756def0a0558858f9c8962adb212c30f1ee.zip |
app-shells/mpibash: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-shells/mpibash')
-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 |