diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:21:43 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:40 +0200 |
commit | 2af9ac538000049037252038ccf0177af528e75c (patch) | |
tree | 7e78fad64e7f438997b13967a76c1f5a4a207bfb /sys-block/targetcli | |
parent | sys-auth/google-authenticator: use HTTPS for GitHub (diff) | |
download | gentoo-2af9ac538000049037252038ccf0177af528e75c.tar.gz gentoo-2af9ac538000049037252038ccf0177af528e75c.tar.bz2 gentoo-2af9ac538000049037252038ccf0177af528e75c.zip |
sys-block/targetcli: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-block/targetcli')
-rw-r--r-- | sys-block/targetcli/targetcli-3.0_pre4.ebuild | 5 | ||||
-rw-r--r-- | sys-block/targetcli/targetcli-9999.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-block/targetcli/targetcli-3.0_pre4.ebuild b/sys-block/targetcli/targetcli-3.0_pre4.ebuild index 84f9fe0c7d50..f87c8e34daa2 100644 --- a/sys-block/targetcli/targetcli-3.0_pre4.ebuild +++ b/sys-block/targetcli/targetcli-3.0_pre4.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 @@ -9,8 +9,7 @@ inherit distutils-r1 linux-info if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else MY_PV=${PV/_/-} diff --git a/sys-block/targetcli/targetcli-9999.ebuild b/sys-block/targetcli/targetcli-9999.ebuild index 84f9fe0c7d50..f87c8e34daa2 100644 --- a/sys-block/targetcli/targetcli-9999.ebuild +++ b/sys-block/targetcli/targetcli-9999.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 @@ -9,8 +9,7 @@ inherit distutils-r1 linux-info if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else MY_PV=${PV/_/-} |