diff options
author | 2017-07-30 01:07:50 +1000 | |
---|---|---|
committer | 2017-07-30 11:22:49 +0200 | |
commit | 676789cdc3cb3655c4f84990e2c0e355c011ed8b (patch) | |
tree | 6d3e1c85666a62141a94482319ebcb8d9b1d0d4b /www-misc/fcgiwrap | |
parent | www-client/pybugz: use HTTPS for GitHub (diff) | |
download | gentoo-676789cdc3cb3655c4f84990e2c0e355c011ed8b.tar.gz gentoo-676789cdc3cb3655c4f84990e2c0e355c011ed8b.tar.bz2 gentoo-676789cdc3cb3655c4f84990e2c0e355c011ed8b.zip |
www-misc/fcgiwrap: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-misc/fcgiwrap')
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 2 | ||||
-rw-r--r-- | www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild | 2 | ||||
-rw-r--r-- | 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 5e0057fceac2..e30a45f61524 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 c2894ba93aa4..b6310e79a9d5 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 05f9fe836c13..a51f3f4835ab 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" |