diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 05:08:45 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:29 +0200 |
commit | b887469506c6b046fe57d048e749ea3d0a31f8f1 (patch) | |
tree | d5e4ab6b4e6270b789de8378b38a78522a04f134 /sci-libs/idlcoyote | |
parent | sci-libs/superlu: use HTTPS for GitHub (diff) | |
download | gentoo-b887469506c6b046fe57d048e749ea3d0a31f8f1.tar.gz gentoo-b887469506c6b046fe57d048e749ea3d0a31f8f1.tar.bz2 gentoo-b887469506c6b046fe57d048e749ea3d0a31f8f1.zip |
sci-libs/idlcoyote: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-libs/idlcoyote')
-rw-r--r-- | sci-libs/idlcoyote/idlcoyote-20161220.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/idlcoyote/idlcoyote-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/idlcoyote/idlcoyote-20161220.ebuild b/sci-libs/idlcoyote/idlcoyote-20161220.ebuild index d83629ab8402..20857bb5a31f 100644 --- a/sci-libs/idlcoyote/idlcoyote-20161220.ebuild +++ b/sci-libs/idlcoyote/idlcoyote-20161220.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} != 99999999 ]]; then else inherit git-r3 GIT_ECLASS="git-r3" - EGIT_REPO_URI=( "git://github.com/idl-coyote/coyote.git" ) + EGIT_REPO_URI="https://github.com/idl-coyote/coyote.git" KEYWORDS="" fi diff --git a/sci-libs/idlcoyote/idlcoyote-99999999.ebuild b/sci-libs/idlcoyote/idlcoyote-99999999.ebuild index d83629ab8402..20857bb5a31f 100644 --- a/sci-libs/idlcoyote/idlcoyote-99999999.ebuild +++ b/sci-libs/idlcoyote/idlcoyote-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} != 99999999 ]]; then else inherit git-r3 GIT_ECLASS="git-r3" - EGIT_REPO_URI=( "git://github.com/idl-coyote/coyote.git" ) + EGIT_REPO_URI="https://github.com/idl-coyote/coyote.git" KEYWORDS="" fi |