commit:     676789cdc3cb3655c4f84990e2c0e355c011ed8b
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:07:50 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676789cd

www-misc/fcgiwrap: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild          | 2 +-
 www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild | 2 +-
 www-misc/fcgiwrap/fcgiwrap-9999.ebuild              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
index 5e0057fceac..e30a45f6152 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="systemd"
 
 if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
+       EGIT_REPO_URI="https://github.com/gnosek/${PN}.git";
 else
        SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="amd64 ~arm x86"

diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
index c2894ba93aa..b6310e79a9d 100644
--- a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="systemd"
 
 if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
+       EGIT_REPO_URI="https://github.com/gnosek/${PN}.git";
 else
        MY_REV="99c942c90063c73734e56bacaa65f947772d9186"
        MY_P="gnosek-fcgiwrap-${MY_REV:0:7}"

diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild 
b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
index 05f9fe836c1..a51f3f4835a 100644
--- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
+++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 IUSE="systemd"
 
 if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="git://github.com/gnosek/${PN}.git"
+       EGIT_REPO_URI="https://github.com/gnosek/${PN}.git";
 else
        SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~x86"

Reply via email to